Trait sea_orm::entity::IdentityOf[][src]

pub trait IdentityOf<E> where
    E: EntityTrait
{ fn identity_of(self) -> Identity; }

Required methods

Implementations on Foreign Types

Implementors