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