pub type PgMap<'q, O> = Map<'q, Postgres, O, PgArguments>;
struct PgMap<'q, O> { /* private fields */ }