Skip to main content

PooledConnection

Type Alias PooledConnection 

Source
pub type PooledConnection = Object<RuntimeConnection>;
Expand description

Connection type managed by the deadpool pool.

Aliased Typeยง

pub struct PooledConnection { /* private fields */ }