itertools
0.13.0
Module map
Structs
Traits
Functions
Type Aliases
In itertools::
adaptors
Module
itertools
::
adaptors
::
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
.