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