pub type SeqPath<'a, G> = SeqIter<'a, ThreeStates, G, usize, true>;
A depth-first visit which keeps track of predecessors and nodes on the stack.
pub struct SeqPath<'a, G> { /* private fields */ }