Values.RouteSourceDescribes a route in a route table.
type nonrec t = {destinationType : DestinationType.t option;The type of destination for the route.
*)targetType : TargetType.t option;The type of target for the route.
*)destination : LengthBoundedString.t option;The destination of the route.
*)target : LengthBoundedString.t option;The route's target.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LengthBoundedString.t ]) list ]