SwiftUIContainerDestination

@MainActor
public final class SwiftUIContainerDestination<ViewType, UserInteractionType, DestinationType, ContentType, TabType, InteractorType> : SwiftUIContainerDestinationable where ViewType : SwiftUIHostedInterfacing, UserInteractionType : UserInteractionTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

A Destination representing a SwiftUIContainerController instance which presents a SwiftUI View within UIKit.