pub type Scope = Rc<RefCell<HashMap<String, Value>>>;
You know what it is.
pub struct Scope { /* private fields */ }