Skip to main content

SharedSuperGlobal

Type Alias SharedSuperGlobal 

Source
pub type SharedSuperGlobal = Rc<RefCell<SuperGlobalEnvironment>>;
Expand description

Shared super-global type for use across contexts.

Aliased Typeยง

pub struct SharedSuperGlobal { /* private fields */ }