pub type RuleSetPriority = u32;Expand description
The priority of the rule set, all rule sets are linearized based on this.
Rules of a RuleSet with a smaller RuleSetPriority are executed before
rules of a RuleSet with a larger RuleSetPriority. That is, RuleSet
with priority 0 has the top priority.