Macro impl_for_numerics

Source
macro_rules! impl_for_numerics {
    ($trait:ident, $block:tt) => { ... };
}