Module label

Source
Expand description

Traits used by label implementations

Traitsยง

DynEq
An object safe version of Eq. This trait is automatically implemented for any 'static type that implements Eq.
DynHash
An object safe version of Hash. This trait is automatically implemented for any 'static type that implements Hash.