pub type Pool<T> = Pool<PostgresConnectionManager<T>>;
Expand description
r2d2
connection pool.
Aliased Typeยง
pub struct Pool<T>(/* private fields */);
pub type Pool<T> = Pool<PostgresConnectionManager<T>>;
r2d2
connection pool.
pub struct Pool<T>(/* private fields */);