Type Alias MapInto
pub type MapInto<I, R> = MapSpecialCase<I, MapSpecialCaseFnInto<R>>;
Available on crate feature
dep_itertools
only.Expand description
An iterator adapter to apply Into
conversion to each element.
See .map_into()
for more information.
Aliased Typeยง
struct MapInto<I, R> { /* private fields */ }