itertools::MapFn
[−]
[src]
type MapFn<I, B> where I: Iterator = Map<I, fn(I::Item) -> B>;
The function pointer map iterator created with .map_fn()
.
type MapFn<I, B> where I: Iterator = Map<I, fn(I::Item) -> B>;
The function pointer map iterator created with .map_fn()
.