Function rustc_data_structures::graph::depth_first_search

source ·
pub fn depth_first_search<G>(
    graph: &G,
    from: G::Node
) -> DepthFirstSearch<'_, G> 
where G: ?Sized + Successors,