pub type HerokuPooledConnection = PooledConnection<PostgresConnectionManager<MakeTlsConnector>>;
Expand description
This type is defined so that you can pass around a connection after obtaining it from a connection pool.
Aliased Typeยง
pub struct HerokuPooledConnection { /* private fields */ }