pub trait GraphIndex: Copy { }
Expand description

A GraphIndex is a node or edge index.

Implementors