Function rustc_data_structures::graph::depth_first_search

source ·
pub fn depth_first_search<G>(graph: G, from: G::Node) -> DepthFirstSearch<G> 
where G: Successors,