Trait SymbolStack
symbolmap_trait
pub trait SymbolStack<K>: SymbolMap<K> { fn prev(&self) -> Option<&Self>; }
A trait for a stack-like symbol table in which a reference to the previous layer may be obtained
fn prev(&self) -> Option<&Self>
Get the previous layer of this symbol table