pub type NodeId = u32;Expand description
Typed node identifier. Stable across rebuild_file calls that don’t
touch the file (id assignment is per-file deterministic — see
SymbolGraph::rebuild_file).
pub type NodeId = u32;Typed node identifier. Stable across rebuild_file calls that don’t
touch the file (id assignment is per-file deterministic — see
SymbolGraph::rebuild_file).