tangle::async! [] [src]

macro_rules! async {
    ($expr:expr) => { ... };
}
async!(Ok(123)) // Async::Ok(123)