Re-exports§
Modules§
Structs§
- Branch
Fn - Arc-wrapped predicate that maps accumulated answers to a
Branch. - State
Machine - Queue-based state machine interpreter.
- State
Result - Completion payload returned by a state when it finishes.
Enums§
Traits§
- State
- A single step in a state machine, generic over context type
Ctxand the object-safe state markerS.
Type Aliases§
- Advance
Fn - A boxed closure that expands a submitted value into continuation states.