ResultUnaryDelegateAsync<T, S> typedef

ResultUnaryDelegateAsync<T, S> = UnaryDelegateAsync<Result<T>, S>

a typedef for an async UnaryDelegate of Result

Implementation

typedef ResultUnaryDelegateAsync<T, S> = UnaryDelegateAsync<Result<T>, S>;