Module traits

Source
Expand description

Default-like traits implemented by the derive macros.

Traits§

ConstDefault
Default
Re-exporting Default to prevent naming pollution. A trait for giving a type a useful default value.

Derive Macros§

Default
Re-exporting Default to prevent naming pollution. Derive macro generating an impl of the trait Default.