pub trait Unique: Unique { }
Expand description

An interface for reqiring unique types

The only types implementing this trait are the ones generated from new!.

Implementors