pub fn write_graph_with<N, E, Ty, Ix, W: Write>(
graph: &Graph<N, E, Ty, Ix>,
start: NodeIndex<Ix>,
f: W,
config: &PrintConfig,
) -> Result<()>Expand description
Write graph, starting at node start, to writer f using custom formatting