[][src]Trait rustc_data_structures::graph::WithSuccessors

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

Required methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...