Module Values.SelectionKeySource

After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See Selection Expressions for a list of expressions and each expression's associated selection key type.

Sourcetype nonrec t = string

After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See Selection Expressions for a list of expressions and each expression's associated selection key type.

Sourceval context_ : string
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'a
Sourceval to_value : 'a -> [> `String of 'a ]
Sourceval to_query : string -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'a
Sourceval of_xml : Awso.Xml.t -> string
Sourceval of_json : Yojson.Safe.t -> string
Sourceval to_json : string -> Yojson.Safe.t