pub type Pool<C> = Pool<AsyncDieselConnectionManager<C>>;
Available on (crate features deadpool or bb8 or mobc or r2d2) and crate feature bb8 only.
Expand description

Type alias for using bb8::Pool with [diesel-async]