pub fn circuit_dot_graph<F: Field, ConcreteCircuit: Circuit<F>>(
    circuit: &ConcreteCircuit
) -> String
Expand description

Builds a dot graph string representing the given circuit.

The graph is built from calls to Layouter::namespace both within the circuit, and inside the gadgets and chips that it uses.