pub fn build_matcher<V, F>( node: &QueryNode, filter: &F, ) -> Result<Box<dyn Matcher<V>>, PathParseError>where V: Debug + Send + Sync + Clone + 'static, F: Filter<V> + Resolver,
Wrapper around QueryNode::build_matcher for backwards compatibility.
QueryNode::build_matcher
Same as QueryNode::build_matcher.