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