Function read_untagged_bytes

Source
fn read_untagged_bytes<'a>(data: &mut &'a [u8]) -> &'a [u8] 
Expand description

Read a byte slice starting at byte offset.

Updates offset to point to the first byte after the end of the read region.