[][src]Macro c3p0_pg::r2d2::postgres::accepts

macro_rules! accepts {
    ( $ ( $ expected : pat ) , + ) => { ... };
}

Generates a simple implementation of ToSql::accepts which accepts the types passed to it.