Trait extendr_api::prelude::SimpleEntity

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

Object Safety§

This trait is not object safe.

Implementors§

§

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