pub type EdgeId = EdgeIndex<u32>;
边 ID(映射到 petgraph 的 EdgeIndex)
pub struct EdgeId(/* private fields */);