Module Values_0.StreamsSummarySource

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