rustc_
data_
structures
1.87.0-nightly
(920d95eaf 2025-03-28)
In rustc_
data_
structures::
graph
Modules
dominators
implementation
iterate
reference
reversed
scc
vec_graph
Traits
ControlFlowGraph
DirectedGraph
NumEdges
Predecessors
StartNode
Successors
Functions
depth_first_search
depth_first_search_as_undirected
is_cyclic
rustc_data_structures
::
graph
Function
depth_first_search
Copy item path
Settings
Help
Summary
Source
pub fn depth_first_search<G>(graph: G, from: G::
Node
) ->
DepthFirstSearch
<G>
ⓘ
where G:
Successors
,