None is a class that represents an optional value: every Option is either Some and contains a value and type, or None which does not any type.
type of the value
Optional
v1.0.0
None is a class that represents an optional value: every Option is either Some and contains a value and type, or None which does not any type.