Macro impls

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