Trait msgpacknet::NodeId [] [src]

pub trait NodeId: Serialize + Deserialize + Send + Sync + Debug + Clone + Eq + Hash + 'static { }

The trait used for node identifiers

This trait is implemented automatically for all types that fulfill the requirements.

Implementors