ValRef

Type Alias ValRef 

Source
pub type ValRef = Ref<Value>;

Aliased Type§

pub struct ValRef(pub Rc<RefCell<Value>>);

Tuple Fields§

§0: Rc<RefCell<Value>>