diesel_async::pooled_connection::bb8

Type Alias PooledConnection

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