Trait rustc_data_structures::graph::WithStartNode [−][src]
pub trait WithStartNode: DirectedGraph { fn start_node(&self) -> Self::Node; }
Required Methods
fn start_node(&self) -> Self::Node
Implementations on Foreign Types
impl<'graph, G: WithStartNode> WithStartNode for &'graph G[src]
impl<'graph, G: WithStartNode> WithStartNode for &'graph Gfn start_node(&self) -> Self::Node[src]
fn start_node(&self) -> Self::Node