Structure
NumericString
public struct NumericString<Value: StringRepresentable>: Codable
Relationships
Conforms To
Codable
Initializers
init(from:)
public init(from decoder: Decoder) throws
Properties
value
var value: Value
Methods
encode(to:)
public func encode(to encoder: Encoder) throws