pub type EvalVarMap = HashMap<String, String>;
A map of variables with their evaluated values.
pub struct EvalVarMap { /* private fields */ }