Macro add_impl

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