☰
MapResultFn
MapResultFn
Required Associated Types
Input
Output
Required Methods
map
Implementors
In list_fn
Structs
CollectResult
Empty
FilterScanWrap
FilterWrap
FlatMapList
FlattenList
Id
ListIterator
ListSome
MapResultList
MapWrap
ScanState
ScanWrap
TakeList
Enums
FlatScanState
ListIteratorWrap
ListState
OptionList
Traits
Collect
Collection
Filter
FilterFn
FilterScan
FilterScanFn
FlatMap
FlatMapFn
FlatScan
FlatScanFn
Flatten
Fold
Iter
IterWrap
ListFn
Map
MapFn
MapResult
MapResultFn
ResultFn
Scan
ScanFn
Take
Type Definitions
FilterScanState
?
Trait
list_fn
::
MapResultFn
source
·
[
−
]
pub trait MapResultFn { type
Input
; type
Output
; fn
map
(self, input: Self::
Input
) -> Self::
Output
; }
Required Associated Types
§
source
type
Input
source
type
Output
Required Methods
§
source
fn
map
(self, input: Self::
Input
) -> Self::
Output
Implementors
§