Trait rustc_ap_rustc_data_structures::graph::WithStartNode[][src]

pub trait WithStartNode: DirectedGraph {
    fn start_node(&self) -> Self::Node;
}

Required methods

fn start_node(&self) -> Self::Node[src]

Implementations on Foreign Types

impl<'graph, G: WithStartNode> WithStartNode for &'graph G[src]

fn start_node(&self) -> Self::Node[src]

Implementors