Function test_edges_collect

Source
pub fn test_edges_collect<T>(graph: &mut T)
where T: Graph<Vertex = Vertex, Edge = Edge>,