mm1_core::message

Trait Message

Source
pub trait Message: Send + 'static { }

Implementors§

Source§

impl<T> Message for T
where T: Send + 'static,