Expand description
Trait definition for setting controllers and a wrapper handler to interface with the proxy.
Modules§
Structs§
Enums§
- Command
- An command sent to the controller to take a particular action.
- Controller
Error - Event
- Events are sent from the setting handler back to the parent proxy to indicate changes that happen out-of-band (happening outside of response to a Command above). They indicate a change in the handler that should potentially be handled by the proxy.
- Payload
- State
Type Aliases§
- Controller
State Result - Return type from a controller after handling a state change.
- Exit
Result - Setting
Handler Result