Skip to main content
depth_first_search
rustc_
data_
structures
1.99.0-nightly
(c81c8c15f 2026-09-09) (Ferrocene nightly by Ferrous Systems)
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
,