Trait rustc_ap_rustc_data_structures::graph::WithNumEdges [−][src]
pub trait WithNumEdges: DirectedGraph { fn num_edges(&self) -> usize; }
Required methods
Loading content...Implementors
Loading content...
pub trait WithNumEdges: DirectedGraph { fn num_edges(&self) -> usize; }