This is either Some or None. Some contains a value, and None does not.
Some
None
Considered that None is lesser than Some on the implementations of order.
Generated using TypeDoc
This is either
Some
orNone
.Some
contains a value, andNone
does not.Considered that
None
is lesser thanSome
on the implementations of order.