[][src]Module finny::decl

The builder-style API structures for defining your Finny FSM. The procedural macro parses these method calls and generated the optimized implementation.

Structs

BuiltFsm

The consumed struct of the FSM, ensures that all of the builder's references are released.

FsmBuilder

The main builder-API for defining your Finny state machine.

FsmEventBuilderState
FsmEventBuilderTransition
FsmEventBuilderTransitionFull
FsmStateBuilder

Type Definitions

FsmQueueMock