Contents

CombineIdentifier

A unique identifier for identifying publisher streams.

Declaration

struct CombineIdentifier

Overview

To conform to CustomCombineIdentifierConvertible in a Subscription or Subject that you implement as a structure, create an instance of CombineIdentifier as follows:

let combineIdentifier = CombineIdentifier()

Topics

Creating a Combine identifier

Providing a description

See Also

Debugging Identifiers