Macro impl_default

Source
macro_rules! impl_default {
    ($type:ty, $body:expr) => { ... };
}