Skip to main content

jmap_try

Macro jmap_try 

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

Coroutine ?: forwards Yielded (via Into), short-circuits on Err (via Into), evaluates to the inner Ok value.