Represents an Option<T> type that can contain a value of type T.
Option<T>
T
The type of the value that the Option<T> can contain.
Represents an
Option<T>
type that can contain a value of typeT
.