Macro impl_from

macro_rules! impl_from {
    { $from:ty  => $($to:ty),* } => { ... };
}