Home
last modified time | relevance | path

Searched defs:WithStartNode (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_data_structures/src/graph/
Dmod.rs58 pub trait WithStartNode: DirectedGraph { interface
Dreference.rs13 impl<'graph, G: WithStartNode> WithStartNode for &'graph G { impl