Trait sea_orm::entity::IdenStatic[][src]

pub trait IdenStatic: Iden + Copy + Debug + 'static {
    fn as_str(&self) -> &str;
}

Required methods

Implementors