Function process_with_empty_response
pub async fn process_with_empty_response<E>(
request: RequestBuilder,
) -> Result<(), Error<E>>Expand description
Sends and processes a request expecting an empty response, returning Ok(()) when successful.