OutputWriter

Trait OutputWriter 

Source
pub trait OutputWriter {
    // Required methods
    fn write_results(&mut self, results: &AnalysisResults) -> Result<()>;
    fn write_risk_insights(&mut self, insights: &RiskInsight) -> Result<()>;
}

Required Methods§

Source

fn write_results(&mut self, results: &AnalysisResults) -> Result<()>

Source

fn write_risk_insights(&mut self, insights: &RiskInsight) -> Result<()>

Implementors§