Type Alias MapOk

Source
pub type MapOk<I, F> = MapOkBy<I, MapOkFn<F>>;
Expand description

An iterator adaptor that maps the inner value

See .map_ok() for more information.

Aliased Typeยง

pub struct MapOk<I, F> { /* private fields */ }