EitherFailure<T> typedef

EitherFailure<T> = Either<Failure, T>

Functional type definition for Either

Implementation

typedef EitherFailure<T> = Either<Failure, T>;