Module Values.CostDriversSource

Sourcetype nonrec t = CostDriver.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : CostDriver.t list -> [> `List of [> `Structure of (string * [> `Map of ([> `String of MetricName.t ] * [> `Structure of (string * [> `String of GenericString.t ]) list ]) list | `String of GenericString.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> CostDriver.t list
Sourceval of_json : [> Yojson.Safe.t ] -> CostDriver.t list
Sourceval to_json : CostDriver.t list -> Yojson.Safe.t