pub fn is_valid_mqtt_topic(mqtt_topic: &str) -> Result<(), Error>
Expand description

valid mqtt topic?

Example