pub type ByteBuffer = Buffer;
Back-compat alias used as the wire type in Codec<W> for byte-stream framing.
Codec<W>
pub struct ByteBuffer { inner: BytesMut, }
inner: BytesMut