Trait fera_graph::traverse::Dfs [] [src]

pub trait Dfs: WithEdge {
    fn dfs<V>(
        &self,
        vis: V
    ) -> DfsAlg<&Self, V, AllVertices<Self>, NewVertexProp<Self, Color>, Owned<DfsStack<Self>>>
    where
        V: Visitor<Self>
, { ... } }

Provided Methods

Implementors