Searched defs:WithNumNodes (Results 1 – 2 of 2) sorted by relevance
17 pub trait WithNumNodes: DirectedGraph { trait33 Self: WithNumNodes, in depth_first_search()76 G: ?Sized + DirectedGraph + WithStartNode + WithSuccessors + WithNumNodes, in is_cyclic()
7 impl<'graph, G: WithNumNodes> WithNumNodes for &'graph G { impl