Trait sea_query::types::IdenStatic

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

Identifier

Required Methods§

Implementors§