macro_rules! default {
    () => { ... };
}
Expand description

Shorthand for Default::default()