pub type PgPool = Pool<Postgres>;
An alias for Pool, specialized for Postgres.
Pool
struct PgPool(/* private fields */);