Type Alias Pool

Source
pub type Pool<T> = Pool<Manager<T>>;

Aliased Typeยง

pub struct Pool<T> { /* private fields */ }