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