pub trait ObjectID: Clone + Copy + Debug + Eq + Hash { }
Expand description

Objects in a World are uniquely identified by this caller-specified type

Object Safety§

This trait is not object safe.

Implementors§