bookdata::graph::gml

Function gml_node

Source
fn gml_node<W: Write>(
    w: &mut W,
    graph: &Graph<BookID, (), Undirected>,
    v: NodeIndex<DefaultIx>,
) -> Result<()>