itertools
0.13.0
Module process_
results_
impl
Module Items
Structs
Functions
In crate itertools
itertools
Module
process_results_impl
Copy item path
source
Structs
§
Process
Results
An iterator that produces only the
T
values as long as the inner iterator produces
Ok(T)
.
Functions
§
process_
results
“Lift” a function of the values of an iterator so that it can process an iterator of
Result
values instead.