Skip to main content

VecPool

Type Alias VecPool 

Source
pub type VecPool<T> = Pool<Vec<T>>;
Expand description

Pool for reusing vector allocations.

Aliased Typeยง

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