Create an Option that contains no value.
Unwrap an Option, throwing an error if it is None.
Unwrap an Option, returning a default value if it is None.
Unwrap an Option, throwing the provided error if it is None.
Create an Option that contains a value.
Check if an Option contains a value.