Function test_vertices_take

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