pub type Object<C> = Object<AsyncDieselConnectionManager<C>>;
Expand description

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

Aliased Type§

struct Object<C> { /* private fields */ }

Trait Implementations§

source§

impl<M> Deref for Object<M>where M: Manager,

§

type Target = <M as Manager>::Type

The resulting type after dereferencing.
source§

fn deref(&self) -> &<M as Manager>::Type

Dereferences the value.