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