Trait WithStartNode
rustc_ap_rustc_data_structures::graph
pub trait WithStartNode: DirectedGraph { fn start_node(&self) -> Self::Node; }
fn start_node(&self) -> Self::Node
impl<'graph, G: WithStartNode> WithStartNode for &'graph G