[][src]Trait bigraph::petgraph_impl::petgraph::stable_graph::GraphIndex

pub trait GraphIndex: Copy { }

A GraphIndex is a node or edge index.

Implementors

impl<Ix> GraphIndex for EdgeIndex<Ix> where
    Ix: IndexType
[src]

impl<Ix> GraphIndex for NodeIndex<Ix> where
    Ix: IndexType
[src]

Loading content...