Skip to main content

decode_key_value

Function decode_key_value 

Source
pub fn decode_key_value(data: &[u8]) -> Result<(Value, usize)>
Expand description

Decode a single key value, returning the value and the number of bytes consumed.