pub type Pool = Pool<ConnectionManager>;Expand description
Type alias for a BB8 pool of ClickHouse connections.
This is a convenience type that wraps bb8::Pool<ConnectionManager> to avoid
requiring users to import the BB8 crate directly.
Aliased Typeยง
pub struct Pool { /* private fields */ }