This is a common misconception: enum variants are not their own types (at least in Rust 1.9). Therefore when you create a variable like this: let value ...
確定! 回上一頁