DecodingValue
public struct DecodingValue : Decodable
DecodingValue is a SingleValueDecodingContainer value holder
-
Undocumented
Declaration
Swift
public let value: Any? -
Undocumented
Declaration
Swift
public let container: SingleValueDecodingContainer -
Declaration
Swift
public init(from decoder: Decoder) throws
DecodingValue Structure Reference