Type Alias c3p0_postgres::deadpool::postgres::Pool

source ·
pub type Pool = Pool<Manager>;
Expand description

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

Aliased Type§

struct Pool { /* private fields */ }