Trait fera_graph::traverse::RecursiveDfs [] [src]

pub trait RecursiveDfs: WithEdge {
    fn recursive_dfs<V>(
        &self,
        vis: V
    ) -> RecursiveDfsAlg<&Self, V, AllVertices<Self>, NewVertexProp<Self, Color>>
    where
        V: Visitor<Self>
, { ... } }

Provided Methods

Implementors