pub fn arc_make_mut<T>(arc: &mut Arc<T>) -> &mut T where
    T: ?Sized + DynClone
Expand description

&mut Arc<T> —▸ &mut T