Macro impl_from

macro_rules! impl_from {
    ($small:ty => $large:ty, $(#[$attrs:meta]),+) => { ... };
}

Implement From<$small> for $large