pub trait Message:
Debug
+ Send
+ Sync
+ Serialize
+ DeserializeOwned
+ 'static { }Expand description
Trait for messages that can be sent over CTP.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".