pub trait SimpleEntity: Entity<Group = IdentityGroup, Unit = Self> { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<E> SimpleEntity for E
where E: Entity<Group = IdentityGroup, Unit = E>,