Trait WriteGraph

Source
pub trait WriteGraph: GraphConversion {
    // Provided method
    fn write_graph(&self) -> String { ... }
}
Expand description

Trait to write graphs into graph 6 formatted strings

Provided Methods§

Implementors§