pub type MapOk<I, F> = MapSpecialCase<I, MapSpecialCaseFnOk<F>>;
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 */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.