InlineBytes

Type Alias InlineBytes 

Source
pub type InlineBytes = InlineFlexStr<[u8]>;
Available on crate feature bytes only.
Expand description

Inline [u8] type

Aliased Typeยง

pub struct InlineBytes { /* private fields */ }