[][src]Function cryo::with_cryo

pub fn with_cryo<T, R>(x: &T, f: impl FnOnce(&Cryo<T>) -> R) -> R

Call a given function with a constructed Cryo.