Type Alias PooledObject64

Source
pub type PooledObject64<T> = PooledObject<T, 64>;
Expand description

Pooled object handle for a pool with 64 object capacity

Aliased Typeยง

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