Trait widgetry::mapspace::world::ObjectID[][src]

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

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

Implementors