Trait ambient_package_rt::message_serde::Message
source · pub trait Message: Sized { }
Expand description
Implemented on all types that can be de/serialized from/to a Vec<u8>
.
Object Safety§
This trait is not object safe.