Message

Trait Message 

Source
pub trait Message:
    Message
    + Display
    + Debug
    + PartialEq
    + Eq
    + Hash
    + Clone { }
Expand description

Marks super message types and their references. Intentionally sealed.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§