Trait rs_graph::EdgeMap [] [src]

pub trait EdgeMap<'a, G, W>: Index<G::Edge, Output = W> where
    G: Graph<'a>, 
{ }

Trait for maps assigning values to edges of a graph.

Implementors