Example: rust match statement #[derive(Debug)] // so we can inspect the state in a minute enum UsState { Alabama, Alaska, // --snip-- } #[derive(Debug)] ...
確定! 回上一頁