Trait rustc_data_structures::graph::WithPredecessors [−][src]
pub trait WithPredecessors: DirectedGraph where
Self: for<'graph> GraphPredecessors<'graph, Item = Self::Node>, {
fn predecessors(&self, node: Self::Node) -> Self::Iter;
}