Type Aliases

The following type aliases are available globally.

  • The Result type of is common enough to deserve this typealias

    Declaration

    Swift

    public typealias ResultWithError<T> = Result<T, Swift.Error>