Type Alias itertools::structs::MapOk

source ·
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 */ }