deadpool_postgres

Type Alias Pool

source
pub type Pool = Pool<Manager, Object<Manager>>;
Expand description

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

Aliased Typeยง

struct Pool { /* private fields */ }