async fn execute_request<S: ResultSender>(
    client: &mut AuthedClient,
    request: SqlRequest,
    sender: &mut S
) -> Result<(), Error>
Expand description

Executes an entire SqlRequest.

See the user-facing documentation about the HTTP API for a description of the semantics of this function.