impl_default

Macro impl_default 

Source
macro_rules! impl_default {
    ($ty:ident) => { ... };
}
Expand description

Implements the Default trait for types that have a new function.