fn decode_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Expand description
Decode a version-specific parameter list, refusing a repeated type and a value whose length disagrees with its type.
fn decode_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Decode a version-specific parameter list, refusing a repeated type and a value whose length disagrees with its type.