pub trait GetTopic<T: RexTopic>: Debug {
// Required method
fn get_topic(&self) -> T;
}Expand description
Used to derive a marker used to route Notifications
to NotificationProcessors
pub trait GetTopic<T: RexTopic>: Debug {
// Required method
fn get_topic(&self) -> T;
}Used to derive a marker used to route Notifications
to NotificationProcessors