Trait rpa_macros::database::sql::enums::sql_symbol::SqlSymbol[][src]

pub trait SqlSymbol {
    fn symbol(self) -> &'static str;
}

Required methods

Implementors