I have a RefCell in my structure which I want to access and modify. However, the only way I can access this RefCell is using a closure. Hence, I\'d
RefCell