walkdir

Macro itry

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

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