Type Alias sqlx_models_orm::PgMap

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

Aliased Type§

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