pub type MapInto<I, R> = MapSpecialCase<I, MapSpecialCaseFnInto<R>>;
An iterator adapter to apply Into conversion to each element.
Into
See .map_into() for more information.
.map_into()