Because match starts a new scope, variables declared as part of a pattern inside the match ... enum Message { Quit, Move { x: i32, y: i32 }, Write(String), ...
確定! 回上一頁