我在Rust中有一个枚举,其枚举值为 String : #[derive(Clone, Copy)] enum Simple { Error(String), Okay, Foo([u32; 5]), } fn main() { let x ...
確定! 回上一頁