Type Definition Client
deadpool_postgres
type Client<T> = Object<Manager<T>>;
A type alias for using deadpool::Object with tokio_postgres
deadpool::Object
tokio_postgres