pub type AnalyzerDefault = Analyzer<Unconfigured>;Expand description
Type alias for the default analyzer state (unconfigured).
For new code, prefer explicitly using Analyzer<Unconfigured> or
Analyzer<Configured> to make the state clear.
Aliased Typeยง
pub struct AnalyzerDefault { /* private fields */ }