Type Alias MapOk
pub type MapOk<I, F> = MapSpecialCase<I, MapSpecialCaseFnOk<F>>;
Available on crate feature
dep_itertools
only.Expand description
An iterator adapter to apply a transformation within a nested Result::Ok
.
See .map_ok()
for more information.
Aliased Typeยง
struct MapOk<I, F> { /* private fields */ }