pub type NodeId = usize;Expand description
Node-id type used by EngineEvent::NodeStart / NodeEnd /
Breakpoint*. Mirror of akribes_core::compiler::NodeId — same
underlying usize representation; the alias lives here so the
SDK-facing EngineEvent doesn’t need to depend on the compiler
module.