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