Trait rs_graph::NodeMap[][src]

pub trait NodeMap<'a, G, T>: Index<G::Node, Output = T> where
    G: Graph<'a>, 
{ }

Trait for maps assigning values to nodes of a graph.

Implementors