pub type RecursiveWalk<F> = Recursive<Graph, u32, F>;
Expand description

An alias for our Graph’s recursive walker.