diesel_async::pooled_connection::mobc

Type Alias PooledConnection

Source
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 */ }