Type Definition fera_graph::traverse::DfsStack

source ·
pub type DfsStack<'a, G> = Vec<(OptionEdge<G>, Vertex<G>, OutEdgeIter<'a, G>)>;