Trait RustMqtt::ToTopicPath

source ·
pub trait ToTopicPath {
    fn to_topic_path(&self) -> Result<TopicPath>;

    fn to_topic_name(&self) -> Result<TopicPath> { ... }
}

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors