Type Alias SeqNoPred

Source
pub type SeqNoPred<'a, G> = SeqIter<'a, TwoStates, G, (), false>;
Expand description

A depth-first visit which does not keep track of predecessors, or nodes on the stack.

Aliased Typeยง

pub struct SeqNoPred<'a, G> { /* private fields */ }