pub type PooledConnection<'a, C> = PooledConnection<'a, 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::PooledConnection with [diesel-async]