You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some trouble understanding the 'State & Event enums with associated values' example on the main project page. I'm specifically confused by incomplete enum definitions ...
enum StrState: StateType {
case str(String) ...
}
enum StrEvent: EventType {
case str(String) ...
}
Can someone please respond to this question with a complete example or update the project README ?
Thanks
Dave
The text was updated successfully, but these errors were encountered:
Hi
I'm having some trouble understanding the 'State & Event enums with associated values' example on the main project page. I'm specifically confused by incomplete enum definitions ...
enum StrState: StateType {
case str(String) ...
}
enum StrEvent: EventType {
case str(String) ...
}
Can someone please respond to this question with a complete example or update the project README ?
Thanks
Dave
The text was updated successfully, but these errors were encountered: