macro_rules! impl_struct_default {
    ($($t:ty;)*) => { ... };
}