pub type XPathFunction = fn(&mut XPathContext, &[XPathValue]) -> Result<XPathValue, String>;Expand description
Type alias for XPath functions.
Functions receive already-evaluated arguments as XPathValue slices.
pub type XPathFunction = fn(&mut XPathContext, &[XPathValue]) -> Result<XPathValue, String>;Type alias for XPath functions.
Functions receive already-evaluated arguments as XPathValue slices.