pub type PooledConnection = PooledConnection<ConnectionManager<Connection>>;
Available on crate feature postgres only.

Aliased Type§

struct PooledConnection { /* private fields */ }