Module Values.DeferActivationSource

Sourcetype nonrec t = bool
Sourceval make : 'a -> 'a
Sourceval of_string : string -> bool
Sourceval to_value : 'a -> [> `Boolean of 'a ]
Sourceval to_query : bool -> Awso.Client.Query.t
Sourceval to_header : bool -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> bool
Sourceval of_json : Yojson.Safe.t -> bool
Sourceval to_json : bool -> Yojson.Safe.t