Type Alias Object

Source
pub type Object = Object<Manager>;
Available on crate feature postgres only.
Expand description

Type alias for using deadpool::managed::Object with diesel.

Aliased Typeยง

pub struct Object { /* private fields */ }