pub type Topic = String;
A topic identifier, used for Redis Pub/Sub channels and subscription mapping.
pub struct Topic { /* private fields */ }