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

Required Associated Types

Implementations on Foreign Types

Implementors

impl<'tcx, 'graph> GraphPredecessors<'graph> for BasicBlocks<'tcx>

impl<'graph> GraphPredecessors<'graph> for CoverageGraph