make_mut_storage

Function make_mut_storage 

pub fn make_mut_storage(arc: &mut Arc<Storage>) -> &mut Storage
Expand description

Helper to get a mutable reference to storage, cloning if needed (COW).