@tempots/std > AsyncFailure
Represents a failure result.
Signature:
export type AsyncFailure = { readonly type: 'AsyncFailure'; readonly error: E; };