Trait rustc_ap_rustc_data_structures::graph::GraphPredecessors[][src]

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

Associated Types

Implementations on Foreign Types

Implementors