ViewDestinationable

@MainActor
public protocol ViewDestinationable<PresentationConfiguration> : Destinationable where Self.PresentationType == DestinationPresentationType<Self.PresentationConfiguration>

This protocol represents a Destination which is associated with a SwiftUI View.