pub type OptionLangObjectRef = Option<LangObjectRef>;Aliased Type§
enum OptionLangObjectRef {
None,
Some(Rc<RefCell<LangObject>>),
}pub type OptionLangObjectRef = Option<LangObjectRef>;enum OptionLangObjectRef {
None,
Some(Rc<RefCell<LangObject>>),
}