pub fn rc_make_mut<T>(rc: &mut Rc<T>) -> &mut T where
    T: ?Sized + DynClone
Expand description

&mut Rc<T> —▸ &mut T