Type Alias PooledBuf

Source
pub type PooledBuf = Pooled<ConsumeBuffer>;
Expand description

A pooled byte buffer to pass stream data around without copying.

Aliased Typeยง

struct PooledBuf { /* private fields */ }