pub trait Message:
SealedInternal
+ MutProxied
+ Parse
+ Default
+ Debug
+ Serialize
+ Clear
+ ClearAndParse
+ TakeFrom
+ CopyFrom
+ MergeFrom
+ Send
+ Sync
+ Clone
+ OwnedMessageInterop { }Expand description
A trait that all generated owned message types implement.
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.