pub type NodeId = NodeIndex<u32>;
节点 ID(映射到 petgraph 的 NodeIndex)
pub struct NodeId(/* private fields */);