[−][src]Trait bigraph::petgraph_impl::petgraph::stable_graph::GraphIndex
A GraphIndex
is a node or edge index.
Implementors
impl<Ix> GraphIndex for EdgeIndex<Ix> where
Ix: IndexType,
[src]
Ix: IndexType,
impl<Ix> GraphIndex for NodeIndex<Ix> where
Ix: IndexType,
[src]
Ix: IndexType,