Type Definition tract_hir::internal::tract_itertools::structs::MapInto    [−][src]
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.