pub trait WriteGraph: GraphConversion {
// Provided method
fn write_graph(&self) -> String { ... }
}
Expand description
Trait to write graphs into graph 6 formatted strings
pub trait WriteGraph: GraphConversion {
// Provided method
fn write_graph(&self) -> String { ... }
}
Trait to write graphs into graph 6 formatted strings