Trait rustc_data_structures::graph::WithStartNode [−][src]
pub trait WithStartNode: DirectedGraph {
fn start_node(&self) -> Self::Node;
}
pub trait WithStartNode: DirectedGraph {
fn start_node(&self) -> Self::Node;
}