Module setting_handler

Source
Expand description

Trait definition for setting controllers and a wrapper handler to interface with the proxy.

Modules§

persist

Structs§

ClientImpl

Enums§

Command
An command sent to the controller to take a particular action.
ControllerError
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§

ControllerStateResult
Return type from a controller after handling a state change.
ExitResult
SettingHandlerResult