Type Definition packet::FragmentedBytes

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

A FragmentedByteSlice backed by immutable byte slices.