Skip to content

NodeKey

paulofaria edited this page Feb 24, 2021 · 2 revisions

NodeKey

public struct NodeKey: Codable

Inheritance

Codable

Nested Type Aliases

ID

public typealias ID = String

Initializers

init(from:)

public init(from decoder: Decoder) throws

Properties

id

var id: ID

Methods

encode(to:)

public func encode(to encoder: Encoder) throws

Clone this wiki locally