Result<T> typedef

Result<T> = Either<Exception, T>

Implementation

typedef Result<T> = Either<Exception, T>;