Type alias GoResult<T, E>

GoResult<T, E>: GoResultSuccess<T> | GoResultError<E>

Type Parameters

Generated using TypeDoc