Skip to main content

PooledConn

Type Alias PooledConn 

Source
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 */ }