pub trait GraphEdgeIndexable<E>: GraphBase { // Required method fn edge(&self, id: Self::EdgeID) -> &E; }