DefaultCaseCodable
public protocol DefaultCaseCodable : Decodable, Encodable, RawRepresentable
Undocumented
-
Undocumented
Declaration
Swift
static var defaultCase: Self { get }
-
init(from:
Extension method) Declaration
Swift
public init(from decoder: Decoder) throws