pub type Buffer<T, D, P> = BufferCore<T, Vec<D>, P>;
Expand description

A buffer specialized to vector-based containers.

Aliased Type§

struct Buffer<T, D, P> { /* private fields */ }