Skip to main content

get_nullable_string_borrowed

Function get_nullable_string_borrowed 

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

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