pub trait StateMarker { type Data; }
A generated state marker type.
The payload type stored in machines for this state.