pub type PgPool = Pool<ConnectionManager<PgConnection>>;Expand description
Diesel/r2d2 PostgreSQL pool accepted by this backend.
Aliased Typeยง
pub struct PgPool(/* private fields */);pub type PgPool = Pool<ConnectionManager<PgConnection>>;Diesel/r2d2 PostgreSQL pool accepted by this backend.
pub struct PgPool(/* private fields */);