Trait rs_graph::vec::GraphIndexer [−][src]
An indexer for a graph.
Required methods
Loading content...Implementors
impl<'a, G> GraphIndexer<G> for EdgeIndexer<'a, G> where
G: 'a + IndexGraphRef<'a> + Clone,
[src]
impl<'a, G> GraphIndexer<G> for EdgeIndexer<'a, G> where
G: 'a + IndexGraphRef<'a> + Clone,
[src]impl<'a, G> GraphIndexer<G> for NodeIndexer<'a, G> where
G: IndexGraphRef<'a> + Clone,
[src]
impl<'a, G> GraphIndexer<G> for NodeIndexer<'a, G> where
G: IndexGraphRef<'a> + Clone,
[src]