rustc_
data_
structures
1.83.0
(90b35a623 2024-11-26)
In rustc_
data_
structures::
graph
rustc_data_structures
::
graph
Function
depth_first_search
Copy item path
source
pub fn depth_first_search<G>(graph: G, from: G::
Node
) ->
DepthFirstSearch
<G>
ⓘ
where G:
Successors
,