Trait faer_entity::SimpleEntity

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

Object Safety§

This trait is not object safe.

Implementors§

source§

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