fn skip_slice<'a, T: Peek>(data: &mut &'a [u8]) -> ItemRange<'a, T>
Expand description

Returns the byte-range the slice occupied.