Type Alias PooledObject128

Source
pub type PooledObject128<T> = PooledObject<T, 128>;
Expand description

Pooled object handle for a pool with 128 object capacity

Aliased Typeยง

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