macro_rules! itry { ($e:expr) => { ... }; }
Like try, but for iterators that return Option<Result<_, _>>.
Option<Result<_, _>>