pub trait Message: WireFormat + Sync { }Available on non-WebAssembly only.
Expand description
A trait representing a message that can be encoded and decoded.
pub trait Message: WireFormat + Sync { }A trait representing a message that can be encoded and decoded.