Type Alias Scope

Source
pub type Scope = Rc<RefCell<HashMap<String, Value>>>;
Expand description

You know what it is.

Aliased Typeยง

pub struct Scope { /* private fields */ }