SymbolTableRef

Type Alias SymbolTableRef 

Source
pub type SymbolTableRef = Ref<SymbolTable>;

Aliased Type§

pub struct SymbolTableRef(pub Rc<RefCell<SymbolTable>>);

Tuple Fields§

§0: Rc<RefCell<SymbolTable>>