pub fn simnet_handle() -> Result<&'static SimNetHandle, SimNetError>
Expand description
A handle for SimNet through which you can send and schedule events in the network.
Return the [NotStarted
] error when called before simnet::start()
has been called