Trait Message

Source
pub trait Message: Send + 'static { }

Implementors§

Source§

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