pub type MapResults<I, F> = MapSpecialCase<I, MapSpecialCaseFnOk<F>>;
👎 Deprecated since 0.10.0:

Use MapOk instead

Expand description

See MapOk.