SmartCaseDefaultable

public protocol SmartCaseDefaultable : CaseIterable, Decodable, Encodable, RawRepresentable

Undocumented

Available where Self: Decodable, Self.RawValue: Decodable

  • init(from:) Extension method

    Declaration

    Swift

    init(from decoder: Decoder) throws