Type Alias db_pool::async::ReusableConnectionPool

source ·
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§

struct ReusableConnectionPool<'a, B> { /* private fields */ }