Module label

Source
Expand description

Traits used by label implementations

Structs§

Box
A pointer type that uniquely owns a heap allocation of type T.

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.