pub trait GraphExporter { // Required method fn export( &self, output: String, format: String, pretty: bool, ) -> Result<ExportStats>; }