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