pub fn graph_to_stdout(
    graph: &IncludeNodeGraph,
    root_node: NodeIndex
) -> Result<()>
Expand description

Print the graph as a tree view to stdout.