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.
macro_rules! vdir_try {
($coroutine:expr, $arg:expr $(,)?) => { ... };
}Coroutine ?: forwards Yielded (via Into), short-circuits on
Err, evaluates to the inner Ok value.