Skip to main content

parse_response

Function parse_response 

Source
pub fn parse_response<T: DeserializeOwned>(
    responses: &InputResponses,
    key: &str,
) -> Result<T, ErrorData>
Expand description

Deserialize one keyed response from a complete MRTR response batch.