We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct AnyProtocolCodable: ProtocolCodable
ProtocolCodable
init(_:)
public init(_ value: ProtocolCodable)
init(from:)
public init(from decoder: Decoder) throws
metaType
let metaType
value
let value: ProtocolCodable
encode(to:)
public func encode(to encoder: Encoder) throws