Type Alias PgQuery

Source
pub type PgQuery<'q> = Query<'q, Postgres, PgArguments>;

Aliased Typeยง

struct PgQuery<'q> { /* private fields */ }