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§
- TryCollect
Reports futures
- Future for the
try_collect_reports
andtry_collect_reports_bounded
methods.
Traits§
- TryReport
Iterator Ext - An extension trait for iterators that enables error-aware collection of items.
- TryReport
Stream Ext futures
- Trait extending
TryStream
with methods for collecting error-stack results in a fail-slow manner. - TryReport
Tuple Ext - Extends tuples with error-handling capabilities.