Expand description
This crate exports the CollectAllTheErrors trait and its implementation
for Iterator<Item=Result> objects.
When in scope, this trait adds
the partition_results,
collect_results,
and (slightly more situational)
collect_oks_or_iter_errs
methods to iterators over Results.
Constants§
Traits§
- Collect
AllThe Errors - Trait for getting all the errors from an iterator over results.