Type alias Result<E, R>

Result<E, R>: Failure<E> | Ok<R>

Type Parameters

Generated using TypeDoc