Trait rustc_data_structures::control_flow_graph::GraphSuccessors[][src]

pub trait GraphSuccessors<'graph> {
    type Item;
    type Iter: Iterator<Item = Self::Item>;
}

Associated Types

Implementations on Foreign Types

impl<'iter, 'graph, G: ControlFlowGraph> GraphSuccessors<'iter> for &'graph G
[src]

Implementors