Type Alias deadpool_sqlite::Connection

source ·
pub type Connection = Object;
Expand description

Type alias for Object

Aliased Type§

struct Connection { /* 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.