Module option
Structs
- Represents a value of type T or its absence. Use
Option::some(value)to construct a value orOption::none()to record the absence of one.
Option::some(value) to construct a value or Option::none() to record the absence of one.