walkdir

Macro itry

source
macro_rules! itry {
    ($e:expr) => { ... };
}
Expand description

Like try, but for iterators that return Option<Result<_, _>>.