Type Definition traitgraph::algo::traversal::PostOrderForwardDfs[][src]

pub type PostOrderForwardDfs<Graph> = DfsPostOrderTraversal<Graph, ForwardNeighborStrategy, VecDeque<<Graph as GraphBase>::NodeIndex>>;
Expand description

A post-order forward DFS in a directed graph.