Skip to main content

process_with_empty_response

Function process_with_empty_response 

Source
pub async fn process_with_empty_response(
    request: RequestBuilder,
) -> Result<(), Error>
Expand description

Sends and processes a request expecting an empty response, returning Ok(()) when successful.