Module message

Source
Expand description

Implements the Message type.

Structs§

Message
A message on a port.
MessageEncoder
OwnedMessage
A message on a port.

Traits§

MeshField
Trait for types that can be a field in a mesh message, including both scalar types and types that implement MeshPayload.
MeshPayload
Trait for types that can be constructed as a Message.
SerializeMessage
Trait implemented by concrete messages that can be extracted or serialized into SerializedMessage.