Trait msgpacknet::Message [] [src]

pub trait Message: Serialize + Deserialize + Send + Sync + Clone + 'static { }

The trait used for messages

This is the main type of messages that will be exchanged between nodes. This trait is implemented automatically for all types that fulfill the requirements.

Implementors