ConnectionPool

Trait ConnectionPool 

Source
pub trait ConnectionPool {
    // Required method
    fn stats(&self) -> PoolStats;
}
Expand description

Connection pool trait

Required Methods§

Source

fn stats(&self) -> PoolStats

Implementors§