pub fn draw_nodes<T: TreeVizNode + Hash>(graph_name: &str, node: T) -> StringExpand description
Returns a visualisation of the tree with the root node node in the GraphViz DOT format, as a
string.
graph_nameis the name of the graph, which will have spaces and non-ascii characters removed to comply with DOT’s format restrictions.