Trait nu_protocol::engine::Matcher

source ·
pub trait Matcher {
    // Required method
    fn match_value(
        &self,
        value: &Value,
        matches: &mut Vec<(VarId, Value)>
    ) -> bool;
}

Required Methods§

source

fn match_value(&self, value: &Value, matches: &mut Vec<(VarId, Value)>) -> bool

Implementors§