Represents a Result<T, E> type that can be either a Success<T> or a Failure<E>
Result<T, E>
Success<T>
Failure<E>
The type of the value contained in the Result<T, E>
The type of the error contained in the Result<T, E>
Represents a
Result<T, E>
type that can be either aSuccess<T>
or aFailure<E>