QueueIdentifiable
public protocol QueueIdentifiable
A class of types whose instances hold the value of an entity with stable identity.
-
The stable identity of the entity associated with this instance.
Declaration
Swift
var id: String { get }