Type Definition packet::FragmentedBytesMut

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

A FragmentedByteSlice backed by mutable byte slices.