We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
seldom_state
1 parent 5fae022 commit d0a379dCopy full SHA for d0a379d
content/news/046/index.md
@@ -89,7 +89,7 @@ This month, [seldom_state] 0.6 was released:
89
`StateMachine::default()`, and you must insert the initial state manually
90
- `MachineState` requires `Component` now instead of `Bundle`
91
- `MachineState` and `Trigger` no longer require `Reflect`
92
-- `StateMachine`'s
+- `StateMachine`'s
93
`trans_builder(Trigger, Fn(&Trigger::Ok) -> Option<MyNextState>)` is now
94
`trans_builder(Trigger, Fn(&MyCurrentState, Trigger::Ok) -> Option<MyNextState>)`,
95
so you can take information from the current state when building the next!
0 commit comments