Trait mqtt3::ToTopicPath [] [src]

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

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

Required Methods

Provided Methods

Implementors