Trait sea_query::types::IdenStatic

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

Identifier

Required Methods§

source

fn as_str(&self) -> &'static str

Implementors§