Skip to main content

decode_kvp_delta_pair

Function decode_kvp_delta_pair 

Source
fn decode_kvp_delta_pair(
    prev_key: &mut u64,
    buf: &mut impl Buf,
) -> Result<KeyValuePair, CodecError>
Expand description

Read one Key-Value-Pair, resolving its Type against prev_key and advancing prev_key to the resolved value.