Skip to main content

get_bytes

Function get_bytes 

Source
pub fn get_bytes(payload: &[u8], off: usize, len: usize) -> Option<&[u8]>
Expand description

Return a reference to payload[off..off + len].

Returns None if the range is out of bounds.