[][src]Type Definition wlambda::vval::ClosNodeRef

type ClosNodeRef = Rc<RefCell<dyn Fn(&mut Env, usize) -> Result<VVal, StackAction>>>;