Unique

Trait Unique 

Source
pub trait Unique: Sized + 'static { }
Available on crate feature thread_local only.
Expand description

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

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§