pub type VariablesAssignment<'a> = HashMap<&'a str, String>;
pub struct VariablesAssignment<'a> { /* private fields */ }