But most users would rarely if ever need to use that type. Option<T> is how Rust deals with optional/nullable values.
But most users would rarely if ever need to use that type. Option<T> is how Rust deals with optional/nullable values.