GraphExporter

Trait GraphExporter 

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

Required Methods§

Source

fn export( &self, output: String, format: String, pretty: bool, ) -> Result<ExportStats>

Implementors§