pub type Buffer<T, D, P> = BufferCore<T, Vec<D>, P>;Expand description
A buffer specialized to vector-based containers.
Aliased Typeยง
pub struct Buffer<T, D, P> { /* private fields */ }pub type Buffer<T, D, P> = BufferCore<T, Vec<D>, P>;A buffer specialized to vector-based containers.
pub struct Buffer<T, D, P> { /* private fields */ }