Function test_fuzz

Source
pub fn test_fuzz(
    graph: impl Graph<Vertex = u32, Edge = ()>,
    operations: Vec<GraphOperation>,
) -> bool