Module itertools::process_results_impl
source · Structs§
- An iterator that produces only the
T
values as long as the inner iterator producesOk(T)
.
Functions§
- “Lift” a function of the values of an iterator so that it can process an iterator of
Result
values instead.