enum MyEnum { WithoutFields, WithFields { field: String } ... Of course, I can use match and do it myself, but being able to use assert_eq! would be less ...
確定! 回上一頁