MutableReference

Type Alias MutableReference 

Source
pub type MutableReference = Ref<Value>;

Aliased Type§

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

Tuple Fields§

§0: Rc<RefCell<Value>>