fn decode_setup_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Expand description
Decode a SETUP message’s parameter list, refusing a repeated known type.
Separate from decode_parameters only in which list of names it consults;
see KNOWN_SETUP_PARAMETERS for why the two cannot share one.