Skip to main content

EmptyByteVec

Type Alias EmptyByteVec 

Source
pub type EmptyByteVec = EmptyVec<u8>;
Expand description

Represents empty byte vectors, EmptyVec<u8>.

Aliased Typeยง

pub struct EmptyByteVec { /* private fields */ }