Trait ToTopicPath

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

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

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Source§

impl ToTopicPath for String

Source§

impl<'a> ToTopicPath for &'a str

Implementors§