All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swift4.Result.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
//
// Result.swift
//
// Generated by openapi-generator
// https://openapi-generator.tech
//

import Foundation

#if swift(<5)

{{#nonPublicApi}}internal{{/nonPublicApi}}{{^nonPublicApi}}public{{/nonPublicApi}} enum Result {
    case success(Value)
    case failure(Error)
}

#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy