Module ids

Module ids 

Source
Expand description

Strongly-typed IDs for nodes, ports, edges, channels, runs, and ticks. Serde encodes them as "prefix:n" strings for stability in planner/runtime diagnostics and golden outputs.

Structsยง

ChannelId
Strongly-typed ID for "chan" resources.
EdgeId
Strongly-typed ID for "edge" resources.
NodeId
Strongly-typed ID for "node" resources.
PortId
Strongly-typed ID for "port" resources.
RunId
Strongly-typed ID for "run" resources.
TickId
Strongly-typed ID for "tick" resources.