ContextSettingTask
@MainActor
public struct ContextSettingTask<VC> : ContextTask where VC : ContextAcceptingContextTask that simplifies setting of the context to the UIViewController that implements ContextAccepting protocol.
- 
                  
                  Constructor DeclarationSwift @MainActor public init()
- 
                  
                  DeclarationSwift @MainActor public func prepare(with context: VC.Context) throws
- 
                  
                  DeclarationSwift @MainActor public func perform(on viewController: VC, with context: VC.Context) throws
