Type Alias bean_script::scope::ScopeRef

source ·
pub type ScopeRef = Rc<RefCell<dyn Scope>>;

Aliased Type§

struct ScopeRef { /* private fields */ }