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