Skip to main content

Message

Trait Message 

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

Messages.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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