Skip to main content

ByteBuffer

Type Alias ByteBuffer 

Source
pub type ByteBuffer = Buffer;
Expand description

Back-compat alias used as the wire type in Codec<W> for byte-stream framing.

Aliased Type§

pub struct ByteBuffer {
    inner: BytesMut,
}

Fields§

§inner: BytesMut