Function test_index

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