pub async fn run(request: &Request) -> Result<Outcome>Expand description
Run request to completion, discarding the intermediate events.
ยงErrors
See Error; notably Error::NotInstalled, Error::Timeout,
Error::RateLimited and Error::Failed.