Function test_index_limit

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