pub trait GraphIndex: Copy { }
Expand description

A GraphIndex is a node or edge index.

Implementors§

source§

impl<Ix> GraphIndex for EdgeIndex<Ix>where Ix: IndexType,

source§

impl<Ix> GraphIndex for NodeIndex<Ix>where Ix: IndexType,