We can definitely use it to represent optionality in function arguments! fn greet_name_optional(name: Option<String>) { ...
確定! 回上一頁