Struct rs_graph::vec::GraphNodeIndexer [] [src]

pub struct GraphNodeIndexer<'a, G: 'a>(_);

Indexer for nodes.

Trait Implementations

impl<'a, G: 'a> GraphIndexer for GraphNodeIndexer<'a, G> where
    G: IndexGraph<'a>, 
[src]