Macro impl_sql_data_type

Source
macro_rules! impl_sql_data_type {
    ($dialect:ty, $t:ty, $sql_t:literal) => { ... };
}