Type Definition 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().