Skip to main content

decode_response_frame

Function decode_response_frame 

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