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