Trait fera_graph::graphs::EdgeTypes [] [src]

pub trait EdgeTypes<'a, G: WithEdge> {
    type EdgeIter: Iterator<Item = Edge<G>>;
    type OutEdgeIter: Iterator<Item = Edge<G>>;
}

Associated Types

Implementations on Foreign Types

impl<'a, 'b, G: WithEdge> EdgeTypes<'a, &'b G> for &'b G
[src]

Implementors