Expand description
Default
-like traits implemented by the derive macros.
Traits§
- Const
Default - 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 traitDefault
.