Skip to main content

gmail_try

Macro gmail_try 

Source
macro_rules! gmail_try {
    ($coroutine:expr, $arg:expr $(,)?) => { ... };
}
Expand description

Resumes an inner coroutine, forwarding its yields and short-circuiting its errors: the coroutine equivalent of ?.