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