macro_rules! resolve {
    ($a:expr) => { ... };
}
Expand description

resolve!(x) expands to x.resolve().await?