Trait rex::notification::NotificationProcessor
source · pub trait NotificationProcessor<M>: Send + Syncwhere
M: RexMessage,{
// Required methods
fn init(&self) -> UnboundedSender<Notification<M>>;
fn get_topics(&self) -> &[M::Topic];
}