[][src]Trait rustc_data_structures::graph::WithPredecessors

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

Required methods

fn predecessors<'graph>(&'graph self, node: Self::Node) -> Self::Iter

Loading content...

Implementations on Foreign Types

impl<'graph, G: WithPredecessors> WithPredecessors for &'graph G[src]

Loading content...

Implementors

Loading content...