pub type RawMessage = Message<Bytes>;Expand description
Raw message
Aliased Type§
pub struct RawMessage {
pub payload: Bytes,
pub properties: Option<PublishProperties>,
}Fields§
§payload: BytesRaw data
properties: Option<PublishProperties>Properties of the message, check rumqttc documentation for more information.