[][src]Macro db_derive::postgres_to_sql_checked

macro_rules! postgres_to_sql_checked {
    () => { ... };
}

Generates an implementation of ToSql::to_sql_checked.

All ToSql implementations should use this macro.