fn encode_setup_parameters(
parameters: &[KeyValuePair],
buf: &mut impl BufMut,
) -> Result<(), CodecError>Expand description
Encode a setup parameter list, under the setup namespace’s implied lengths.
fn encode_setup_parameters(
parameters: &[KeyValuePair],
buf: &mut impl BufMut,
) -> Result<(), CodecError>Encode a setup parameter list, under the setup namespace’s implied lengths.