pub type BindingsMap = BTreeMap<String, RefCell<BindingExpression>>;

Aliased Type§

struct BindingsMap { /* private fields */ }