Trait petgraph::visit::NodeCount [−][src]
pub trait NodeCount: GraphBase {
fn node_count(&self) -> usize;
}
Expand description
A graph with a known node count.
pub trait NodeCount: GraphBase {
fn node_count(&self) -> usize;
}
A graph with a known node count.