SyncPooledConnection

Type Alias SyncPooledConnection 

Source
pub type SyncPooledConnection<T> = PooledConnection<T, SyncConnectionAdapter<T>>;

Aliased Typeยง

pub struct SyncPooledConnection<T> { /* private fields */ }