Skip to main content

StashTable

Type Alias StashTable 

Source
pub type StashTable = Vec<(TableName, SymStr, Stored)>;
Expand description

The (table_name, key, value) contents of a stored table of assignments

Aliased Typeยง

pub struct StashTable { /* private fields */ }