我在Rust中有一個列舉,它的一個值是 String 。這個簡單的例子可以證明這一點: #[derive(Clone, Copy)] enum Simple { Error(String), Okay, ...
確定! 回上一頁