Type Alias SeqPath

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

A depth-first visit which keeps track of predecessors and nodes on the stack.

Aliased Typeยง

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