Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/graph/
Dmod.rs40 pub trait GraphSuccessors<'graph> { interface
Dreference.rs36 impl<'iter, 'graph, G: WithSuccessors> GraphSuccessors<'iter> for &'graph G { impl