pub trait AdjacencyIndex { type VIndex: Copy + Eq; // Required method fn vindex(&self) -> Self::VIndex; }