Here's a possible solution to this problem from the comments. use core::cell::RefCell; struct A {} impl A { fn do_something(&mut self) ...
確定! 回上一頁