Skip to main content

process_with_json_response

Function process_with_json_response 

pub async fn process_with_json_response<T, E>(
    request: RequestBuilder,
) -> Result<T, Error<E>>
Expand description

Sends and processes a request expecting a JSON response, deserializing it into the type T.