new_default!() { /* proc-macro */ }
A macro that implements Default for a type if its inherent implementation has a Self::new() -> Self method
Default
Self::new() -> Self