Module Values.RejectChoicesSource

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