Macro postgres_types::accepts
source ยท macro_rules! accepts { ($($expected:ident),+) => { ... }; }
Expand description
Generates a simple implementation of ToSql::accepts
which accepts the
types passed to it.
macro_rules! accepts { ($($expected:ident),+) => { ... }; }
Generates a simple implementation of ToSql::accepts
which accepts the
types passed to it.