Skip to main content

render_dag_structured

Function render_dag_structured 

Source
pub fn render_dag_structured(
    dag: &dyn DagAlgorithm,
    subset: Option<Set>,
) -> Result<Vec<GraphRow<Vertex>>>
Expand description

Render a Dag or MemDag into structured GraphRows. The GraphRow can serialize to other formats.

If subset is provided, only render a subset of the graph.