pub type MapResults<I, F> = MapOk<I, F>;
See MapOk.
MapOk
struct MapResults<I, F> { /* private fields */ }