Trait fera_graph::traverse::Dfs

source ·
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