I have an enum that is composed of other enums, similar to the following ... let y2 = Main::B(SubB::Y2); assert_eq!(serde_json::to_string(&x1).unwrap(), ...
確定! 回上一頁