Module Values.ImageFormatsSource

Sourcetype nonrec t = ImageFormat.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : ImageFormat.t list -> [> `List of [> `Enum of string ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> ImageFormat.t list
Sourceval of_json : [> Yojson.Safe.t ] -> ImageFormat.t list
Sourceval to_json : ImageFormat.t list -> Yojson.Safe.t