ModelIdentifiable
public protocol ModelIdentifiable
Defines requirements for a model to be identifiable with a unique identifier that can be either a single field or a combination of fields
-
Declaration
Swift
associatedtype IdentifierFormat : AnyModelIdentifierFormat
-
Declaration
Swift
associatedtype IdentifierProtocol : ModelIdentifierProtocol