Trait fera_graph::traverse::Bfs

source ·
pub trait Bfs: WithEdge {
    fn bfs<V>(
        &self,
        vis: V
    ) -> BfsAlg<&Self, V, AllVertices<'_, Self>, NewVertexProp<'_, Self, Color>, Owned<BfsQueue<Self>>>
    where
        V: Visitor<Self>
, { ... } }

Provided Methods

Implementors