pub type VarMap = HashMap<String, RawValue>;
A map from variable name to RawValue.
RawValue
pub struct VarMap { /* private fields */ }