A PromiseResult is a convenience type alias that represents either a Result in the context of asynchronous tasks.
PromiseResult
the success value type
the failure error type
A
PromiseResult
is a convenience type alias that represents either a Result in the context of asynchronous tasks.