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, collected_results, and (slightly more situational) collect_oks_or_iter_errs methods to iterators over Results.

Constants§

VERSION

Traits§

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