build_matcher

Function build_matcher 

Source
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,
Expand description

Wrapper around QueryNode::build_matcher for backwards compatibility.

ยงErrors

Same as QueryNode::build_matcher.