Skip to main content

parse_response_from_text

Function parse_response_from_text 

Source
pub fn parse_response_from_text<T: DeserializeOwned>(
    text: &str,
) -> Result<T, APIError>