Pool

Type Alias Pool 

Source
pub type Pool<C> = Pool<AsyncDieselConnectionManager<C>>;
Expand description

Type alias for using deadpool::managed::Pool with [diesel-async]

Aliased Typeยง

pub struct Pool<C> { /* private fields */ }