ExportHandler

Trait ExportHandler 

Source
pub trait ExportHandler {
    // Required method
    fn export(&self, report: &GeneratedReport) -> Result<String, String>;
}

Required Methods§

Implementors§