pub trait GraphEdgeTo: GraphBase { // Required method fn edge_to(&self, id: Self::EdgeID) -> Self::NodeID; }