Expand description
Implements the Message
type.
Structs§
- Message
- A message on a port.
- Message
Encoder - Owned
Message - A message on a port.
Traits§
- Mesh
Field - Trait for types that can be a field in a mesh message, including both scalar
types and types that implement
MeshPayload
. - Mesh
Payload - Trait for types that can be constructed as a
Message
. - Serialize
Message - Trait implemented by concrete messages that can be extracted or serialized
into
SerializedMessage
.