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

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

Required methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...