Skip to main content

get_nullable_bytes_borrowed

Function get_nullable_bytes_borrowed 

Source
pub fn get_nullable_bytes_borrowed<'de>(
    buf: &mut &'de [u8],
) -> Result<Option<&'de [u8]>, ProtocolError>
Expand description

Decode nullable BYTES (non-flexible) borrowing from the input buffer.