Function test_vertices_collect

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