[][src]Trait mqtt311::ToTopicPath

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

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

Required methods

Loading content...

Provided methods

Loading content...

Implementations on Foreign Types

impl ToTopicPath for String
[src]

impl<'a> ToTopicPath for &'a str
[src]

Loading content...

Implementors

Loading content...