Represents an asynchronous operation that returns a Result. It is a Promise that resolves to a Result.
Promise
The type of the success value.
A string literal type for the error label.
The type of the source error.
Represents an asynchronous operation that returns a Result. It is a
Promise
that resolves to a Result.