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.
Error::Unsupported for a request that asked for approvals: this entry
point discards events, so an approval request would reach nobody and the run
would sit blocked until its timeout. Use stream instead.