Type alias Result<T, E>

Result<T, E>: Ok<T> | Err<E>

Type Parameters

Generated using TypeDoc