Skip to main content

Module msg

Module msg 

Source
Expand description

Message definitions for publish/request functions

Structs§

GenericMsg
Message format containing a generic Vec<u8> data payload and associated metadata
Msg
Message format containing a strongly-typed data payload and associated metadata

Enums§

MsgType
Msg definitions for publish or request of topic data

Traits§

Message
Trait for Meadow-compatible data, requiring serde De\Serialize, Debug, and Clone