pub type StashTable = Vec<(TableName, SymStr, Stored)>;
The (table_name, key, value) contents of a stored table of assignments
(table_name, key, value)
pub struct StashTable { /* private fields */ }