pub type RuleIndex = u32;
Expand description

The index of a rule within a provided rule set.

Rules within the same RuleSet are oredered based on the index. Rule at index 0 is evaluated first among the entire set.