Module Values.CrlDetailsSource

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