First of, if you have a &mut T , you can trivially get a &T out of it. So you can use get_mut to get &T . But to get a &mut T from a Cell<T> ...
確定! 回上一頁