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