Skip to content

MetaType

ratranqu edited this page Jan 28, 2021 · 1 revision

MetaType

public struct MetaType: Codable

Inheritance

Codable

Initializers

init(from:)

public init(from decoder: Decoder) throws

Properties

key

let key: String

type

let type: ProtocolCodable.Type

Methods

encode(to:)

public func encode(to encoder: Encoder) throws

Clone this wiki locally