Expand description
Implements the Message
type.
Structs§
- A message for sending over a channel.
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
.