Type Alias Pool

Source
pub type Pool<T> = Pool<PostgresConnectionManager<T>>;
Expand description

r2d2 connection pool.

Aliased Typeยง

pub struct Pool<T>(/* private fields */);