pub type BufferPool = MemoryPool<Vec<u8>>;Expand description
Buffer pool for byte vectors
Aliased Typeยง
pub struct BufferPool { /* private fields */ }pub type BufferPool = MemoryPool<Vec<u8>>;Buffer pool for byte vectors
pub struct BufferPool { /* private fields */ }