Trait rustc_data_structures::graph::WithStartNode
source · pub trait WithStartNode: DirectedGraph {
fn start_node(&self) -> Self::Node;
}
Required Methods
source
pub trait WithStartNode: DirectedGraph {
fn start_node(&self) -> Self::Node;
}