pub trait CallGraphExporter {
// Required method
fn export(&self, graph: &CallGraph) -> Result<String>;
}Expand description
Trait for call graph exporters
pub trait CallGraphExporter {
// Required method
fn export(&self, graph: &CallGraph) -> Result<String>;
}Trait for call graph exporters