[][src]Trait rs_graph::NodeMap

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

impl<'a, G, T, I> NodeMap<'a, G, T> for I where
    G: Graph<'a>,
    I: Index<G::Node, Output = T>, 
[src]

Loading content...