`Iterator::find_map`, like `filter_map` but for the first matching item in the iterator. Implemented in https://github.com/rust-lang/rust/pull/49098 cc @matklad