ControllerDestinationable

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

This protocol represents a Destination which is associated with a UIViewController.