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 ?.
macro_rules! gmail_try {
($coroutine:expr, $arg:expr $(,)?) => { ... };
}Resumes an inner coroutine, forwarding its yields and
short-circuiting its errors: the coroutine equivalent of ?.