Trait shipyard::Unique

source ·
pub trait Unique: Sized + 'static { }
Expand description

Indicates that a struct or enum can be store a single time in the World.

Object Safety§

This trait is not object safe.

Implementors§