.await?
It turns out you can use .await? in rust! I thought you couldn't because I wasn't using ? correctly as the containing function wasn't something that also returned a Result or Option.
Voters
Share your repls and programming experiences
It turns out you can use .await? in rust! I thought you couldn't because I wasn't using ? correctly as the containing function wasn't something that also returned a Result or Option.