Macro impl_from

Source
macro_rules! impl_from {
    ($s: ident) => { ... };
    ($($s: ident),*) => { ... };
}
Available on PowerPC or PowerPC-64 only.