pub type SymbolTableRef = Ref<SymbolTable>;Aliased Type§
pub struct SymbolTableRef(pub Rc<RefCell<SymbolTable>>);Tuple Fields§
§0: Rc<RefCell<SymbolTable>>pub type SymbolTableRef = Ref<SymbolTable>;pub struct SymbolTableRef(pub Rc<RefCell<SymbolTable>>);0: Rc<RefCell<SymbolTable>>