pub trait ToPostgresSQL<'a>: ToSQL<'a, PostgresValue<'a>> {
// Provided method
fn to_pg_sql(&self) -> PostgresSQL<'a> { ... }
}pub trait ToPostgresSQL<'a>: ToSQL<'a, PostgresValue<'a>> {
// Provided method
fn to_pg_sql(&self) -> PostgresSQL<'a> { ... }
}