pub trait XConstraintTrait: Display {
// Required methods
fn get_scope_string(&self) -> &Vec<XVarVal>;
fn get_scope(&mut self) -> Vec<(&String, &XDomainInteger)>;
}Required Methods§
Sourcefn get_scope_string(&self) -> &Vec<XVarVal>
fn get_scope_string(&self) -> &Vec<XVarVal>
get the scope string of constraint
Sourcefn get_scope(&mut self) -> Vec<(&String, &XDomainInteger)>
fn get_scope(&mut self) -> Vec<(&String, &XDomainInteger)>
get the scope string of constraint