Trait rustc_data_structures::graph::DirectedGraph
source · pub trait DirectedGraph {
type Node: Idx;
// Required method
fn num_nodes(&self) -> usize;
}
pub trait DirectedGraph {
type Node: Idx;
// Required method
fn num_nodes(&self) -> usize;
}