pub trait RexTopic: Debug + Hash + Eq + PartialEq + Copy + Send + Sync + 'static { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> RexTopic for T
where T: Debug + Hash + Eq + PartialEq + Copy + Send + Sync + 'static,