pub fn from_message<T: ToMessage>(t: &T) -> Result<Bytes, IRCError>
Serialize the custom data structure as a Bytes.
Returns IRCError
IRCError