Trait traitgraph::index::GraphIndex[][src]

pub trait GraphIndex<MirrorOptionalGraphIndex: OptionalGraphIndex<Self>>: Debug + Eq + Ord + Hash + Copy + Sized + From<usize> + Into<MirrorOptionalGraphIndex> + Add<usize, Output = Self> {
    fn as_usize(self) -> usize;
}
Expand description

A valid graph index.

Required methods

Get this index as usize.

Implementors