pub type Topic = String;
A type alias for string to represent a message topic
struct Topic { /* private fields */ }