widgetry::mapspace::world

Trait ObjectID

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

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§