[−][src]Module rustc_ap_rustc_data_structures::graph::iterate
Structs
CycleDetector | This |
DepthFirstSearch | A "depth-first search" iterator for a directed graph. |
TriColorDepthFirstSearch | A depth-first search that also tracks when all successors of a node have been examined. |
Enums
ControlFlow | Allows searches to terminate early with a value. |
NodeStatus | The status of a node in the depth-first search. |
Traits
TriColorVisitor | What to do when a node is examined or becomes |
Functions
post_order_from | |
post_order_from_to | |
reverse_post_order |