Protocol
IdentifiableResource
public protocol IdentifiableResource: Resource, Identifiable, Hashable where ID: LosslessStringConvertible & Comparable & Decodable
A protocol describing resource types of which multiple instances of can exists. These resources have an identifier which is unique per instance of the resource.
Relationships
Conforms To
Resource
A protocol adopted by all resources types of the library.
Hashable
Identifiable