Identifier
public struct Identifier<Owner, Value> : Codable, Hashable where Value : Decodable, Value : Encodable, Value : Hashable
-
Declaration
Swift
public let value: Value
-
Declaration
Swift
public init(_ value: Value)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public static var uuid: Identifier<Owner, String> { get }