Macro ssp::impl_default

source ·
macro_rules! impl_default {
    ($name:ident) => { ... };
}
Expand description

Implements the Default trait for named types with Self::new() function.