ScopeRef

Type Alias ScopeRef 

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

Aliased Typeยง

pub struct ScopeRef { /* private fields */ }