☰
WithStartNode
WithStartNode
Required Methods
start_node
Implementations on Foreign Types
&'graph G
Implementors
In rustc_data_structures::graph
Modules
dominators
implementation
iterate
reference
scc
vec_graph
Traits
ControlFlowGraph
DirectedGraph
GraphPredecessors
GraphSuccessors
WithNumEdges
WithNumNodes
WithPredecessors
WithStartNode
WithSuccessors
Functions
is_cyclic
?
Trait
rustc_data_structures
::
graph
::
WithStartNode
source
·
[
−
]
pub trait WithStartNode:
DirectedGraph
{ fn
start_node
(&self) -> Self::
Node
; }
Required Methods
§
source
fn
start_node
(&self) -> Self::
Node
Implementations on Foreign Types
§
source
§
impl<'graph, G:
WithStartNode
>
WithStartNode
for
&'graph
G
source
§
fn
start_node
(&self) -> Self::
Node
Implementors
§
impl<'tcx>
WithStartNode
for
BasicBlocks
<'tcx>
impl
WithStartNode
for
CoverageGraph