macro_rules! __impl_try_from {
    ($from_type:ty, $Enum:ident) => { ... };
}