Type Alias interpreter::runtime::EnvRef

source ·
pub type EnvRef = Rc<RefCell<Environment>>;

Aliased Type§

struct EnvRef { /* private fields */ }