pub type Variables = AHashMap<OwnedName, Sequence>;Expand description
A map of variables
These are variables to be passed into an XPath evaluation.
The key is the name of a variable, and the value is an item.
Aliased Typeยง
struct Variables(/* private fields */);