TAsyncErr<T extends Object> typedef

TAsyncErr<T extends Object> = Async<Err<T>>

Represents an Async that contains an Err.

Implementation

typedef TAsyncErr<T extends Object> = Async<Err<T>>;