Crate ocm

Source

Structs§

ErrorSentinel
Represents errors which must be handled before this sentinel is dropped.
ErrorSentinelIter
An adapter for ErrorSentinel which implements Iterator, so that errors can be handled one-by-one. Created with ErrorSentinel::into_errors_iter.
Outcome
Contains a value, and any errors produced while obtaining that value.

Traits§

ErrorCollector
Something which tracks a collection of errors.