pub fn convert_graph_to_dot_string_and_annotate_subgraph_clusters<G: GraphType>(
    g: *mut G,
    subgraphs: &Vec<*mut <G as GraphType>::SubgraphType>,
    node_printer: NodePrinter<G>,
    edge_printer: EdgePrinter<G>
) -> String
Expand description

| Convert a graph to dot string and annotate | subgraph clusters. |