Macro ssp::impl_default
source · macro_rules! impl_default { ($name:ident) => { ... }; }
Expand description
Implements the Default trait for named types with Self::new() function.
macro_rules! impl_default { ($name:ident) => { ... }; }
Implements the Default trait for named types with Self::new() function.