pub type OptionDataObjectRef = Option<DataObjectRef>;
enum OptionDataObjectRef { None, Some(DataObjectRef), }
No value.
Some value of type T.
T