Type Alias SeqPred

Source
pub type SeqPred<'a, G> = SeqIter<'a, TwoStates, G, usize, true>;
Expand description

A depth-first visit which keeps track of predecessors, but not nodes on the stack.

Aliased Typeยง

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