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