fn decode_setup_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Expand description
Decode the Setup Parameters of a CLIENT_SETUP or SERVER_SETUP message.
fn decode_setup_parameters(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Decode the Setup Parameters of a CLIENT_SETUP or SERVER_SETUP message.