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