Function itertools::process_results
source · pub fn process_results<I, F, T, E, R>(iterable: I, processor: F) -> Result<R, E>
Expand description
“Lift” a function of the values of an iterator so that it can process
an iterator of Result
values instead.
IntoIterator
enabled version of Itertools::process_results
.