I\'m trying to remove code duplication in this Rust code using a macro:
enum AnyError { Error(Error), ParseIntError(ParseIntError), } impl From f