itertools
0.14.0
Module map
Module Items
Structs
Traits
Functions
Type Aliases
In itertools::
adaptors
itertools
::
adaptors
Module
map
Copy item path
Source
Structs
§
MapSpecial
Case
MapSpecial
Case
FnInto
MapSpecial
Case
FnOk
Traits
§
MapSpecial
Case
Fn
Functions
§
map_
into
Create a new
MapInto
iterator.
map_ok
Create a new
MapOk
iterator.
Type Aliases
§
MapInto
An iterator adapter to apply
Into
conversion to each element.
MapOk
An iterator adapter to apply a transformation within a nested
Result::Ok
.