Trait rs_graph::NodeMap

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

Trait for maps assigning values to nodes of a graph.

Implementors