Type Definition rslint_config::RuleList[][src]

pub type RuleList = Vec<Box<dyn CstRule>>;
Expand description

A list of boxed rule implementations.