DecodeResult<A> typedef

DecodeResult<A> = Either<DecodingError, A>

Implementation

typedef DecodeResult<A> = Either<DecodingError, A>;