EmptyByteVec

Type Alias EmptyByteVec 

Source
pub type EmptyByteVec = EmptyVec<u8>;
Available on crate features std or alloc only.
Expand description

Represents empty byte vectors, EmptyVec<u8>.

Aliased Typeยง

pub struct EmptyByteVec { /* private fields */ }