Closed segeljakt closed 3 years ago
We can type check the event type at compile time in Rust to ensure it is Send, while the state type does not need to be (State cannot leave the component).
We can type check the event type at compile time in Rust to ensure it is Send, while the state type does not need to be (State cannot leave the component).