pub type BindingsMap = BTreeMap<SmolStr, RefCell<BindingExpression>>;
struct BindingsMap { /* private fields */ }