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 */ }pub type PooledObject32<T> = PooledObject<T, 32>;Pooled object handle for a pool with 32 object capacity
pub struct PooledObject32<T> { /* private fields */ }