NavigatingControllerDestinationable

@MainActor
public protocol NavigatingControllerDestinationable<PresentationConfiguration> : ControllerDestinationable, GroupedDestinationable where Self.ControllerType : UINavigationController

This protocol represents a Destination whose interface is a UINavigationController.