AnyCancellable
extension AnyCancellable
-
Stores this type-erasing cancellable instance in the specified Datasync manager.
Declaration
Swift
public func store(in manager: DatasyncManager.CombineWrapper)
Parameters
manager
The instance of
DatasyncManager.CombineWrapper
in which to store thisAnyCancellable
.