pub type DynMsg = Arc<dyn Msg + Send + Sync + 'static>;
Dyn message channels.
pub struct DynMsg { /* private fields */ }