UnprefixedBuffer

Type Alias UnprefixedBuffer 

Source
pub type UnprefixedBuffer = Buffer<Remaining>;
Expand description

A type alias for a Buffer without a length prefix.

Aliased Typeยง

pub struct UnprefixedBuffer { /* private fields */ }