powered by
An Enum that mimics Rust's "Option" type. This is used to denote whether a function returned an object or not, rather than returning NULL.
NULL
Option
list with 1 Enum generators and 1 Enum variant
Wrap x in the 'Some' variant.
x
Variant denoting that nothing was returned.