Trait rustc_ap_rustc_data_structures::graph::GraphSuccessors[][src]

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

Associated Types

Implementations on Foreign Types

Implementors