Structs§
- AndThen
Async - Future that chains two async computations sequentially.
- With
Context - Future wrapper produced by
.with_context()to add error context.
Enums§
- AndThen
Async State - Internal enum representing the current state of the chained async future.
Traits§
- Async
Result Chain Ext - Extension trait adding
.and_then_async()for chaining futures returning results. - Async
Result Ext - Extension trait providing a
.with_context()method for futures resolving toResult<T, E>.