pub trait TopicId {
    fn get_topic_id(&self) -> String;
}

Required methods

Implementors