Module Values.ProjectMembersSource

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