pub type ChunkedBuffer = GenericChunkedBuffer<DEFAULT_CHUNK_SIZE>;Expand description
A deque style buffer that can be written to and read from.
See GenericChunkedBuffer for more details.
Aliased Typeยง
pub struct ChunkedBuffer { /* private fields */ }