Trait rex::notification::RexMessage
source · pub trait RexMessage: GetTopic<Self::Topic> + Clone + Debug + Send + Sync + 'static{
type Topic: RexTopic;
}Required Associated Types§
Object Safety§
This trait is not object safe.