Macro async_await::await [] [src]

macro_rules! await {
    ($f: expr) => { ... };
    ($f: expr, $d: expr) => { ... };
}