Skip to main content

vdir_try

Macro vdir_try 

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

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