Module subscriber

Module subscriber 

Structsยง

OwnedSubscriber
Represents an MQTT subscriber that owns the underlying subscriber and tracks the subscribed topics. When the OwnedSubscriber is dropped, it will unsubscribe from all the subscribed topics.
Subscriber
Represents an MQTT subscriber that can receive Publish messages.