pub type NodeId = NodeIndex;
Unique identifier for a node in the graph.
pub struct NodeId(/* private fields */);