pub fn topic<T>() -> Topic<T>where T: Serialize + for<'de> Deserialize<'de> + Clone + Send + Sync + Debug + 'static,
Helper to create a Topic channel