pub type PgPool = Pool<Postgres>;
Expand description

An alias for Pool, specialized for Postgres.

Aliased Type§

struct PgPool(pub(crate) Arc<PoolInner<Postgres>>);

Fields§

§0: Arc<PoolInner<Postgres>>