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