store(in:)
Stores this type-erasing cancellable instance in the specified set.
Declaration
final func store(in set: inout Set<AnyCancellable>)Parameters
- set:
The set in which to store this Anycancellable.
Stores this type-erasing cancellable instance in the specified set.
final func store(in set: inout Set<AnyCancellable>)The set in which to store this Anycancellable.