Function populate_graph

Source
pub fn populate_graph<Graph>(graph: &mut Graph) -> Refs<Graph>
where Graph: Graph<Vertex = Vertex, Edge = Edge>,