Typealiases

The following typealiases are available globally.

  • Result representation of Ether type where left value is Error and right value is success.

    Declaration

    Swift

    public typealias Result<T> = Either<Error, T>