ResultNullaryAsync<T> typedef

ResultNullaryAsync<T> = Nullary<FutureOr<ValueResult<T>>>

an Nullary async Function that returns a Result

Implementation

typedef ResultNullaryAsync<T> = Nullary<FutureOr<ValueResult<T>>>;