Values.RouteWeightConstraintSourceThe weight constraint for the route. Unit: kilograms
type nonrec t = {type_ : RouteWeightConstraintType.t option;The type of constraint.
*)value : WeightKilograms.t option;The constraint value. Unit: kilograms
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of WeightKilograms.t ]) list ]