Type Definition EdgeIndex
petgraph::csr
type EdgeIndex = usize;
Csr edge index type, a plain integer.