pub type Pool<C> = Pool<AsyncDieselConnectionManager<C>>;
Available on crate features
pool
and bb8
only.Expand description
Aliased Typeยง
struct Pool<C> { /* private fields */ }
pub type Pool<C> = Pool<AsyncDieselConnectionManager<C>>;
pool
and bb8
only.struct Pool<C> { /* private fields */ }