Values.BandwidthsSourceContains the details about the available and supported bandwidths.
type nonrec t = {available : BandwidthList.t option;The list of currently available bandwidths.
*)supported : BandwidthList.t option;The list of all bandwidths that this environment plans to support
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ConnectionBandwidth.t ] list ]) list ]