WebcomCombinable
public protocol WebcomCombinable
A type that is wrapped by another type in order to be enriched with a Combine-based API.
-
The type of the wrapping instance, which has a Combine-based API.
To use this type, import the following dependency in your code:
import WebcomCombine
Declaration
Swift
associatedtype CombineWrapper : WebcomWrapper where Self == Self.CombineWrapper.Wrapped
-
The wrapping instance, which has a Combine-based API.
Declaration
Swift
var forCombine: CombineWrapper { get }