Type Definition rotor_carbon::Fsm [] [src]

type Fsm<C, S> = Mutexed<Persistent<CarbonProto<C, S>>>;

A state machine object, just add in to the loop