monarch_
messages
0.0.0
Module client
Module Items
Structs
Enums
Traits
In crate monarch_
messages
monarch_messages
Module
client
Copy item path
Source
Structs
§
Client
Actor
The generated alias struct.
Enums
§
Client
Message
Client messages. These define the messages that the controller can send to the client. The actual handling of these messages will be defined on the python side in the client implementation.
Exception
An exception to commanded execution, exposed to the client.
LogLevel
Log levels for ClientMessage::Log.
Traits
§
Client
Message
Client
The custom client trait for this message type.
Client
Message
Handler
The custom handler trait for this message type.