Module rust_mqtt::utils::types

source ·

Structs

  • Binary data represents Binary data in MQTTv5 protocol
  • Encoded string provides structure representing UTF-8 encoded string in MQTTv5 packets
  • String pair struct represents String pair in MQTTv5 (2 UTF-8 encoded strings name-value)
  • Topic filter serves as bound for topic selection and subscription options for SUBSCRIPTION packet

Enums