SQLAlias

Trait SQLAlias 

Source
pub trait SQLAlias {
    // Required method
    fn alias(&self) -> &'static str;
}

Required Methods§

Source

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

Gets the alias name for this table

Implementors§