Create the node with the accumulated configuration.
(self)
| 71 | |
| 72 | /// Create the node with the accumulated configuration. |
| 73 | pub fn build(self) -> Node { |
| 74 | self.handle.build_node(self.config) |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | /// Handle to one simulated node in the runtime. |