macro_rules! impl_to_sql_via_as_ref {
    ($s: ty) => { ... };
}
Expand description

Helper macro for implementing ToSql, when using rusqlite as a dependency