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