[−][src]Trait super_analyzer_core::results::report::Generator
Trait that represents a type that can generate a report.
Required methods
fn generate(&mut self, config: &Config, result: &Results) -> Result<(), Error>
Generates an actual report.