QueueIdentifiable

public protocol QueueIdentifiable

A class of types whose instances hold the value of an entity with stable identity.

  • id

    The stable identity of the entity associated with this instance.

    Declaration

    Swift

    var id: String { get }