I'm trying to understand how statig works, but from the examples, I can't quite understand how it should work in cases where there are multiple nested states. From the blinky example, it seems like the hierarchy is flattened into a single impl block.
But how does it work when there are many nested states? Are there any examples?
I'm trying to understand how statig works, but from the examples, I can't quite understand how it should work in cases where there are multiple nested states. From the blinky example, it seems like the hierarchy is flattened into a single impl block.
But how does it work when there are many nested states? Are there any examples?