pub type PgPool<T> = Pool<PgConnManager<T>>;
An alias for Pool, managing PostgreSQL connections.
Pool
pub struct PgPool<T> { /* private fields */ }