DefaultCaseCodable

public protocol DefaultCaseCodable : Decodable, Encodable, RawRepresentable

Undocumented

  • Undocumented

    Declaration

    Swift

    static var defaultCase: Self { get }

Available where Self.RawValue: Decodable

  • init(from:) Extension method

    Declaration

    Swift

    init(from decoder: Decoder) throws