Crate const_default

Source

Traits§

ConstDefault
Implements a compilation time default value for the implemented type.

Functions§

const_defaultunstable
Returns the compilation time default value for a type

Derive Macros§

ConstDefaultderive
Derives an implementation for the ConstDefault trait.