azure_iot_operations_mqtt/
control_packet.rspub type QoS = rumqttc::v5::mqttbytes::QoS;
pub type Publish = rumqttc::v5::mqttbytes::v5::Publish;
pub type ConnectProperties = rumqttc::v5::mqttbytes::v5::ConnectProperties;
pub type PublishProperties = rumqttc::v5::mqttbytes::v5::PublishProperties;
pub type SubscribeProperties = rumqttc::v5::mqttbytes::v5::SubscribeProperties;
pub type UnsubscribeProperties = rumqttc::v5::mqttbytes::v5::UnsubscribeProperties;
pub type AuthProperties = rumqttc::v5::mqttbytes::v5::AuthProperties;