Skip to main content

Crate all_the_errors

Crate all_the_errors 

Source
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 collect_oks_or_iter_errs methods to iterators over Results.

Traitsยง

CollectAllTheErrors
Trait for getting all the errors from an iterator over results.