pub trait RexMessage: GetTopic<Self::Topic> + Clone + Debug + Send + Sync + 'static
where Self: Send + Sync,
{ type Topic: RexTopic; }

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§