Macro impl_for_all

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