pub trait ServerBound {
const TYPE: MessageType;
}Expand description
A marker trait to signal that this message should be sent to the server
Required Associated Constants§
const TYPE: MessageType
Object Safety§
This trait is not object safe.
pub trait ServerBound {
const TYPE: MessageType;
}A marker trait to signal that this message should be sent to the server