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