pub struct RuleSet {
pub rules: Vec<Rule>,
pub bindings: Vec<Binding>,
/* private fields */
}Fields§
§rules: Vec<Rule>The Rules for a single sema::Term.
bindings: Vec<Binding>The bindings identified by BindingIds within rules.
pub struct RuleSet {
pub rules: Vec<Rule>,
pub bindings: Vec<Binding>,
/* private fields */
}rules: Vec<Rule>The Rules for a single sema::Term.
bindings: Vec<Binding>The bindings identified by BindingIds within rules.