pub type PgPool = Pool<Postgres>;
An alias for [Pool][crate::pool::Pool], specialized for Postgres.
Pool
pub struct PgPool(pub Arc<SharedPool<Postgres>>);
0: Arc<SharedPool<Postgres>>