Type Alias PgPool
pub type PgPool = Pool<Postgres>;Expand description
An alias for [Pool][crate::pool::Pool], specialized for Postgres.
Aliased Typeยง
struct PgPool(/* private fields */);pub type PgPool = Pool<Postgres>;An alias for [Pool][crate::pool::Pool], specialized for Postgres.
struct PgPool(/* private fields */);