pub type PooledBuf = Pooled<ConsumeBuffer>;
Expand description
A pooled byte buffer to pass stream data around without copying.
Aliased Typeยง
pub struct PooledBuf { /* private fields */ }
pub type PooledBuf = Pooled<ConsumeBuffer>;
A pooled byte buffer to pass stream data around without copying.
pub struct PooledBuf { /* private fields */ }