ViewDestination

@MainActor
public final class ViewDestination<UserInteractionType, ViewDestinationType, PresentationConfiguration> : ViewDestinationable where UserInteractionType : UserInteractionTypeable, ViewDestinationType : ViewDestinationInterfacing, PresentationConfiguration : DestinationPresentationConfiguring
extension ViewDestination: Equatable
extension ViewDestination: @preconcurrency CustomStringConvertible

A Destination class whose associated user interface is a SwiftUI View.

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