pub type WeakPool = WeakPool<Manager, Object<Manager>>;Available on crate feature
postgres only.Expand description
Type alias for using deadpool::managed::Pool with diesel.
Aliased Typeยง
pub struct WeakPool { /* private fields */ }