ozgunozerk / state-shift

Macros for implementing Type-State-Pattern on your structs and methods
MIT License
206 stars 3 forks source link

Example for visibility with code in mod #10

Closed jkneer closed 3 days ago

jkneer commented 3 days ago

An example using the state-shift macros in a module as part of a methods functionality in a parent object.

Currently this example is invalid because of Issue #9 .