| 38 | /// A unique identifier for a simulated node. |
| 39 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] |
| 40 | pub struct NodeId(u64); |
| 41 | |
| 42 | impl NodeId { |
| 43 | /// The default node for single-node simulation or top-level runtime work. |
no outgoing calls
no test coverage detected
searching dependent graphs…