fn decode_setup_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Expand description
Decode a setup parameter list.
Setup parameters use a namespace of their own, so the same key number means something different here than it does in every other message and the implied lengths are read from a different list.