pub type NodeId = String;
Node identifiers (must be unique within a graph)
pub struct NodeId { /* private fields */ }