Type Alias FragmentedBytes

Source
pub type FragmentedBytes<'a, 'b> = FragmentedByteSlice<'a, &'b [u8]>;
Expand description

A FragmentedByteSlice backed by immutable byte slices.

Aliased Typeยง

pub struct FragmentedBytes<'a, 'b>(/* private fields */);