pub type VariableMap<'t> = HashMap<Cow<'t, str>, Cow<'t, str>>;
pub struct VariableMap<'t> { /* private fields */ }