SwiftUIHostingState

@MainActor
public final class SwiftUIHostingState<Content, EventType, DestinationType, ContentType, TabType, InteractorType> : NavigationDestinationStateable where Content : SwiftUIHostedInterfacing, EventType : EventTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

A state object for a SwiftUI View being hosted within a UIKit interface.