Trait Renderer

Source
pub trait Renderer<W: Write>: Debug {
    // Required method
    fn render(&self, report: &AnalysisReport, w: W) -> Result<()>;
}

Required Methods§

Source

fn render(&self, report: &AnalysisReport, w: W) -> Result<()>

Implementors§