pub type TopicNamesAndTypes = HashMap<String, Vec<String>>;
Stores a list of types associated with each topic.
struct TopicNamesAndTypes { /* private fields */ }