VertexTypes

Trait VertexTypes 

Source
pub trait VertexTypes<'a, G: WithVertex> {
    type VertexIter: Iterator<Item = Vertex<G>>;
    type OutNeighborIter: Iterator<Item = Vertex<G>>;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<'a, 'b, G: WithVertex> VertexTypes<'a, &'b G> for &'b G

Implementors§