Skip to main content

postgres_to_sql_checked

Macro postgres_to_sql_checked 

Source
macro_rules! postgres_to_sql_checked {
    () => { ... };
}
Expand description

Generates an implementation of ToSql::to_sql_checked.

All ToSql implementations should use this macro.