Macro impl_trait_for

Source
macro_rules! impl_trait_for {
    ($trait: ty = $($types: ty),+) => { ... };
}