new_default

Macro new_default 

Source
new_default!() { /* proc-macro */ }
Expand description

A macro that implements [Default] for a type if its inherent implementation has a Self::new() -> Self method