WeakPool

Type Alias WeakPool 

Source
pub type WeakPool = WeakPool<Manager, Object<Manager>>;
Expand description

Type alias for using deadpool::managed::Pool with tokio_postgres.

Aliased Typeยง

pub struct WeakPool { /* private fields */ }