Module Values.AttributesSource

Sourcetype nonrec t = Attribute.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Attribute.t list -> [> `List of [> `Structure of (string * [> `String of AttributeName.t ]) list ] list ]
Sourceval to_query : Attribute.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Attribute.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Attribute.t list
Sourceval to_json : Attribute.t list -> Yojson.Safe.t