macro_rules! gen_newtype_try_from { (self = $type:ty, other = $($source:ty),+) => { ... }; }
Generates TryFrom implementation for a newtype that delegates to the inner type TryFrom.
TryFrom