pub type ReusableConnectionPool<'a, B> = Reusable<'a, ReusableConnectionPool<B>>;Expand description
Wrapper for a reusable connection pool wrapped in a reusable object wrapper
Aliased Typeยง
pub struct ReusableConnectionPool<'a, B> { /* private fields */ }