pub type NonEmptyBoxedBytes = NonEmptyBoxedSlice<u8>;Available on crate features
std or alloc only.Expand description
Represents non-empty boxed bytes, NonEmptyBoxedSlice<u8>.
Aliased Typeยง
pub struct NonEmptyBoxedBytes(/* private fields */);