pub fn decode_response_frame(
frame: &[u8],
expected_response_type: Option<u8>,
limits: ProtocolLimits,
) -> Result<ResponseEnvelope, ProtocolError>pub fn decode_response_frame(
frame: &[u8],
expected_response_type: Option<u8>,
limits: ProtocolLimits,
) -> Result<ResponseEnvelope, ProtocolError>