Trait ambient_guest_bridge::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.
pub trait Message: Sized { }
Implemented on all types that can be de/serialized from/to a Vec<u8>
.