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
ResourceA protocol adopted by all resources types of the library.
HashableIdentifiable