pub trait WithNumNodes: DirectedGraph {
    fn num_nodes(&self) -> usize;
}

Required Methods

Implementations on Foreign Types

Implementors

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

impl<'tcx> WithNumNodes for BasicBlocks<'tcx>