Skip to main content

PooledConnection

Type Alias PooledConnection 

Source
pub type PooledConnection = PooledConnection<ConnectionManager>;
Expand description

Type alias for a pooled connection that can be checked out from the pool.

Aliased Typeยง

pub struct PooledConnection { /* private fields */ }