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.
fn decode_kvp_delta_pair(
prev_key: &mut u64,
buf: &mut impl Buf,
) -> Result<KeyValuePair, CodecError>Read one Key-Value-Pair, resolving its Type against prev_key and advancing
prev_key to the resolved value.