TabViewDestination

@MainActor
public final class TabViewDestination<ViewType, UserInteractionType, DestinationType, ContentType, TabType, InteractorType> : TabBarViewDestinationable where ViewType : TabBarViewDestinationInterfacing, UserInteractionType : UserInteractionTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable
extension TabViewDestination: @preconcurrency CustomStringConvertible

A Destination which represents a SwiftUI View which contains a TabView.

This is a generic Destination that can be used to represent most TabViews in a SwiftUI-based app.