Function itertools::adaptors::filter_map_ok
source · pub fn filter_map_ok<I, F, T, U, E>(iter: I, f: F) -> FilterMapOk<I, F> ⓘ
Expand description
Create a new FilterOk
iterator.
pub fn filter_map_ok<I, F, T, U, E>(iter: I, f: F) -> FilterMapOk<I, F> ⓘ
Create a new FilterOk
iterator.