pub type PooledBuffer<'a> = PooledObject<'a, Vec<u8>>;
A pooled buffer specifically for byte vectors.
pub struct PooledBuffer<'a> { /* private fields */ }