Type Alias Connection

Source
pub type Connection = LoggingConnection<PooledConnection<ConnectionManager<PgConnection>>>;

Aliased Typeยง

pub struct Connection { /* private fields */ }