pub type PooledConnection<'a, C> = PooledConnection<'a, AsyncDieselConnectionManager<C>>;
Available on crate features
pool
and bb8
only.Expand description
Type alias for using bb8::PooledConnection
with [diesel-async
]
Aliased Typeยง
struct PooledConnection<'a, C> { /* private fields */ }