Structs§
- Cycle
Detector  - This 
TriColorVisitorlooks for back edges in a graph, which indicate that a cycle exists. - Depth
First Search  - A “depth-first search” iterator for a directed graph.
 - Event 🔒
 - TriColor
Depth First Search  - A depth-first search that also tracks when all successors of a node have been examined.
 
Enums§
- Node
Status  - The status of a node in the depth-first search.
 
Traits§
- TriColor
Visitor  - What to do when a node is examined or becomes 
Settledduring DFS.