InternalNodeId

Type Alias InternalNodeId 

Source
pub type InternalNodeId = u32;
Expand description

Internal node identifier used for storage and lookups.

This is an auto-incremented ID used internally. Users typically work with ExternalId through the ID map.