Type Alias PgMap

Source
pub type PgMap<'q, O> = Map<'q, Postgres, O, PgArguments>;

Aliased Typeยง

struct PgMap<'q, O> { /* private fields */ }