pub unsafe trait Unique { }
Expand description

A type which guarantees that only one value can ever exist at a time.

Safety

Only one value of this type may ever exist simultaneously.

Implementations on Foreign Types

Implementors