Function cryo::with_cryo_mut

source ·
pub fn with_cryo_mut<T, R>(x: &mut T, f: impl FnOnce(&CryoMut<'_, T>) -> R) -> R
Expand description

Call a given function with a constructed CryoMut.