pub trait Encodable: EncodeMessage + Debug { }
A supertrait that defines everything a custom message needs to be encoded before being sent by a socket.