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