Macro postgres_shared::accepts
[−]
[src]
macro_rules! accepts { ($($expected:pat),+) => { ... }; }
Generates a simple implementation of ToSql::accepts
which accepts the
types passed to it.