Function rustc_data_structures::graph::iterate::post_order_from [−][src]
pub fn post_order_from<G: DirectedGraph + WithSuccessors + WithNumNodes>(
graph: &G,
start_node: G::Node
) -> Vec<G::Node>