pub type MapOk<I, F> = MapOkBy<I, MapOkFn<F>>;
An iterator adaptor that maps the inner value
See .map_ok() for more information.
.map_ok()
pub struct MapOk<I, F> { /* private fields */ }