Macro postgres_types::to_sql_checked
source ยท macro_rules! to_sql_checked {
() => { ... };
}
Expand description
Generates an implementation of ToSql::to_sql_checked
.
All ToSql
implementations should use this macro.
macro_rules! to_sql_checked {
() => { ... };
}
Generates an implementation of ToSql::to_sql_checked
.
All ToSql
implementations should use this macro.