Macro add_impl

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