Type Alias ScopeRef

Source
pub type ScopeRef = Rc<RefCell<dyn Scope>>;

Aliased Typeยง

struct ScopeRef { /* private fields */ }