Module prelude

Structs§

ElementRunner
The type corresponding to the ElementRunner protocol. The runner or operator of an element. This should be implemented by all element owners. The client end is passed to Power Broker via ElementSchema.element_runner. Power Broker calls SetLevel initially, and then whenever the required level of the element changes.
ElementRunnerSetLevelRequest
ElementRunnerSetLevelResponse

Traits§

ElementRunnerClientHandler
A client handler for the ElementRunner protocol.
ElementRunnerServerHandler
A server handler for the ElementRunner protocol.