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 { /* private fields */ }