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