Macro impl_from_pref

Source
macro_rules! impl_from_pref {
    ($($variant: path => $t: ty,)*) => { ... };
}