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