pub type PooledConn = PooledConnection<ConnectionManager<PgConnection>>;Expand description
A connection checked out from a DbPool; dereferences to a PgConnection.
Aliased Typeยง
pub struct PooledConn { /* private fields */ }pub type PooledConn = PooledConnection<ConnectionManager<PgConnection>>;A connection checked out from a DbPool; dereferences to a PgConnection.
pub struct PooledConn { /* private fields */ }