Module ext

Module ext 

Source
Available on crate feature unstable only.
Expand description

Extension traits for Report and Result.

These traits are currently unstable and require the unstable feature flag to be enabled. They provide additional functionality and convenience methods for error handling and manipulation.

§Note

The traits and methods in this module are subject to change and may be modified or removed in future versions. Use them with caution in production environments.

Structs§

TryCollectReportsfutures
Future for the try_collect_reports and try_collect_reports_bounded methods.

Traits§

TryReportIteratorExt
An extension trait for iterators that enables error-aware collection of items.
TryReportStreamExtfutures
Trait extending TryStream with methods for collecting error-stack results in a fail-slow manner.
TryReportTupleExt
Extends tuples with error-handling capabilities.