[][src]Function cryo::with_cryo_mut

pub fn with_cryo_mut<T, R>(x: &mut T, f: impl FnOnce(&CryoMut<T>) -> R) -> R

Call a given function with a constructed CryoMut.