impl_try_from

Macro impl_try_from 

Source
macro_rules! impl_try_from {
    ($p:tt) => { ... };
    (@ $pn:ty, $pn_ex:expr) => { ... };
}