BTreeMapRuleIter

Type Alias BTreeMapRuleIter 

Source
type BTreeMapRuleIter<'a> = Iter<'a, String, Box<dyn LintRule>>;
Expand description

The iterator that is returned by LintConfiguration.initialized_lints.iter().

Aliased Typeยง

struct BTreeMapRuleIter<'a> { /* private fields */ }