I'm parsing an INI-style file that uses integers for enumerators. #[derive(Debug, Deserialize, Serialize)] pub enum MyThing { First = 0, Second = 1, ...
確定! 回上一頁