Skip to main content

msgraph_try

Macro msgraph_try 

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

Coroutine equivalent of ?: forwards a Yielded state and short-circuits a Complete(Err(_)), unwrapping a Complete(Ok(_)).