Here, we have a get_user function that returns an Option type. It can either return Some(&str) or None . Now, this program can use the unwrap() method to get ...
確定! 回上一頁