pub type RuleList = Vec<(&'static str, &'static str)>;
A list of (rule_id, pattern) for one scope bucket of the content prefilter.
(rule_id, pattern)
pub struct RuleList { /* private fields */ }