Function dograph::to_dot

source · []
pub fn to_dot<W: Write>(
    dag: &DirectedAcyclicGraph,
    output: &mut W
) -> Result<(), Error>
Expand description

Outputs the DAG in the Graphviz DOT format.