Type Alias PgMap

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

Aliased Typeยง

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