Function rustc_data_structures::graph::iterate::reverse_post_order[][src]

Important traits for Vec<u8>
pub fn reverse_post_order<G: DirectedGraph + WithSuccessors + WithNumNodes>(
    graph: &G,
    start_node: G::Node
) -> Vec<G::Node>