SubscriptionReferenceType
public protocol SubscriptionReferenceType
                The protocol that disposable types need to conform to.
- 
                  
                  
Dispose of the referenced subscription.
Declaration
Swift
func dispose() 
View on GitHub
        SubscriptionReferenceType Protocol Reference