Type Alias MapOk
pub type MapOk<I, F> = MapSpecialCase<I, MapSpecialCaseFnOk<F>>;
An iterator adapter to apply a transformation within a nested Result::Ok.
See .map_ok() for more information.
MapOkpub type MapOk<I, F> = MapSpecialCase<I, MapSpecialCaseFnOk<F>>;
An iterator adapter to apply a transformation within a nested Result::Ok.
See .map_ok() for more information.