rpa_macros/database/sql/enums/
sql_symbol.rs

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