Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/graph/
Dmod.rs53 pub trait GraphPredecessors<'graph> { trait
Dreference.rs31 impl<'iter, 'graph, G: WithPredecessors> GraphPredecessors<'iter> for &'graph G { impl