NodeID

Type Alias NodeID 

Source
pub type NodeID = usize;
Expand description

Node identifier returned by Edge::node_id()

The most significant bit is reserved, i.e. NodeIDs must (normally) be less than 1 << (NodeID::BITS - 1)