Type Definition deadpool_postgres::Pool[][src]

type Pool<T> = Pool<Manager<T>>;
Expand description

A type alias for using deadpool::Pool with tokio_postgres