Message

Trait Message 

Source
pub trait Message:
    Debug
    + Send
    + Sync { }
Expand description

Messages.

Implementors§

Source§

impl<M> Message for M
where M: Debug + Send + Sync,