Structs§
- Incoming
Message - An untyped IPC message received from another endpoint.
- Outgoing
Message - An untyped IPC message to be sent to another endpoint.
- Typed
Incoming Message - A typed wrapper around
IncomingMessagethat stores the payload as a deserialized type. - Typed
Outgoing Message - A typed wrapper around
OutgoingMessagethat stores the payload as a deserialized type.
Traits§
- Payload
Type Name - This trait is used to ensure that the payload type has a topic associated with it.