Trait fera_graph::algs::prim::Prim [] [src]

pub trait Prim: Incidence {
    fn prim<W, T>(
        &self,
        w: W
    ) -> PrimAlg<&Self, W, NewVertexProp<Self, Color>, NewVertexProp<Self, OptionEdge<Self>>, Owned<BinaryHeap<QueueItem<T, Vertex<Self>>>>, PhantomData<T>>
    where
        W: EdgePropGet<Self, T>,
        T: Ord
, { ... } }

Provided Methods

Implementors