Type Definition NodeIndex
petgraph::csr
type NodeIndex<Ix = DefaultIx> = Ix;
Csr node index type, a plain integer.