Macro impl_common

Source
macro_rules! impl_common {
    ($ty:ty) => { ... };
}