The issue here is that our pattern match on option_name moves the Option<String> value into the match. We can then no longer use option_name ...
確定! 回上一頁