rust - How do I match enum values with an integer? I can get an integer value of an enums like this: enum MyEnum { A = 1, B, ...
確定! 回上一頁