Function bookdata::graph::gml::gml_node

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