pub trait Message: WireFormat + Sync { }
A trait representing a message that can be encoded and decoded.