Type Alias packet::FragmentedBytes

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

A FragmentedByteSlice backed by immutable byte slices.

Aliased Type§

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