pub trait Message: 'static + Clone + Send + Sync {} impl Message for T where T: 'static + Clone + Send + Sync {}