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