In Rust, references can never be null, so in case where you actually need null, such as a linked list, you use the Option type: struct Element { ...
確定! 回上一頁