pub fn debug<W: Write, T: GraphIter + GraphTxnT>(
txn: &T,
channel: &T::Graph,
f: W,
) -> Result<bool, Error>Expand description
Write the graph of a channel to write W in graphviz
format. Warning: this can be really large on old channels.