I'm trying to remove code duplication in this Rust code using a macro: enum AnyError { Error(Error), ParseIntError(ParseIntError), } ...
確定! 回上一頁