usecrate::MessageType;/// A marker trait to signal that this message should be sent to the server
pubtraitServerBound{constTYPE: MessageType;}/// A marker trait to signal that this message should be sent to clients
pubtraitClientBound{constTYPE: MessageType;}