pub trait IdentityOf<E>where
E: EntityTrait,{
// Required method
fn identity_of(self) -> Identity;
}
Expand description
Check the Identity of an Entity
Required Methodsยง
Sourcefn identity_of(self) -> Identity
fn identity_of(self) -> Identity
Method to call to perform this check