Macro implement_from

Source
macro_rules! implement_from {
    ($type:ident, $inner:ty, $($int:ty),*) => { ... };
}