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