The inherent methods of Rc are all associated functions, which means that you have to call them as e.g. Rc::get_mut(&mut value) instead of value.get_mut() .
確定! 回上一頁