pub type SeqNoPred<'a, G> = SeqIter<'a, TwoStates, G, (), false>;
A depth-first visit which does not keep track of predecessors, or nodes on the stack.
pub struct SeqNoPred<'a, G> { /* private fields */ }