macro_rules! impl_into_enum { ($from_ty: ty, $enum_name: ident, $to_enum_variant: ident) => { ... }; }