Type Definition conrod::graph::RecursiveWalk [] [src]

type RecursiveWalk<F> = Recursive<Graph, u32, F>;

An alias for our Graph's recursive walker.