async fn parse_response_json<T>(response: Response) -> ModelResult<T>where
T: DeserializeOwned,
Expand description
Safely parses a response body as JSON, capturing the actual response body in error cases
async fn parse_response_json<T>(response: Response) -> ModelResult<T>where
T: DeserializeOwned,
Safely parses a response body as JSON, capturing the actual response body in error cases