pub type EdgeId<G> = <G as TopologyBase>::RelationId;Expand description
Graph-facing alias for a topology relation ID (binary graph edge).
pub type EdgeId<G> = <G as TopologyBase>::RelationId;Graph-facing alias for a topology relation ID (binary graph edge).