Trait rs_graph::EdgeMap

source ·
pub trait EdgeMap<'a, G, T>: Index<G::Edge, Output = T>where
    G: Graph<'a>,
{ }
Expand description

Trait for maps assigning values to edges of a graph.

Implementors