Module Values.EventSelectorsSource

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