Type Alias PooledObject32

Source
pub type PooledObject32<T> = PooledObject<T, 32>;
Expand description

Pooled object handle for a pool with 32 object capacity

Aliased Typeยง

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