Skip to main content

Module future_ext

Module future_ext 

Source

Structs§

AndThenAsync
Future that chains two async computations sequentially.
WithContext
Future wrapper produced by .with_context() to add error context.

Enums§

AndThenAsyncState
Internal enum representing the current state of the chained async future.

Traits§

AsyncResultChainExt
Extension trait adding .and_then_async() for chaining futures returning results.
AsyncResultExt
Extension trait providing a .with_context() method for futures resolving to Result<T, E>.