Skip to main content

RuleList

Type Alias RuleList 

Source
pub type RuleList = Vec<(&'static str, &'static str)>;
Expand description

A list of (rule_id, pattern) for one scope bucket of the content prefilter.

Aliased Typeยง

pub struct RuleList { /* private fields */ }