pub trait DirectedGraph {
    type Node: Idx;
}

Required Associated Types§

Implementations on Foreign Types§

Implementors§

impl<'s, 'tcx, D: ConstraintGraphDirecton> DirectedGraph for RegionGraph<'s, 'tcx, D>

impl<'tcx> DirectedGraph for BasicBlocks<'tcx>