Searched defs:WithStartNode (Results 1 – 2 of 2) sorted by relevance
58 pub trait WithStartNode: DirectedGraph { interface
13 impl<'graph, G: WithStartNode> WithStartNode for &'graph G { impl