Structs§
- Error
Sentinel - Represents errors which must be handled before this sentinel is dropped.
- Error
Sentinel Iter - An adapter for
ErrorSentinelwhich implementsIterator, so that errors can be handled one-by-one. Created withErrorSentinel::into_errors_iter. - Outcome
- Contains a value, and any errors produced while obtaining that value.
Traits§
- Error
Collector - Something which tracks a collection of errors.