Type Alias ValueRef

Source
pub type ValueRef = Rc<RefCell<Value>>;

Aliased Typeยง

struct ValueRef { /* private fields */ }