pub type MapInto<I, R> = MapSpecialCase<I, MapSpecialCaseFnInto<R>>;
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 */ }
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.