ResultPropagateShortcutAsync<T, E> extension

Provides the ~ shortcut for asynchronous functions that return Result to allow propagating unwrapped Err values up the call stack.

See: ResultPropagateShortcutAsync.~

on

Operators

operator ~() → dynamic

Available on Future<Result<T, E>> Function(), provided by the ResultPropagateShortcutAsync extension

Shortcut for propagateResultAsync.