Identifier

public struct Identifier<Owner, Value> : Codable, Hashable where Value : Decodable, Value : Encodable, Value : Hashable
  • Declaration

    Swift

    public let value: Value

Initalizer

  • Declaration

    Swift

    public init(_ value: Value)

Codable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws

Constants

  • Declaration

    Swift

    public static var uuid: Identifier<Owner, String> { get }