Function unwind_safe::try_eval
source · pub fn try_eval<R, F>(f: F) -> RunnerWithTryEval<(), impl FnOnce(&mut ()) -> R>where
F: FnOnce() -> R,Expand description
Shorthand for with_state(()).try_eval(|_| …).
pub fn try_eval<R, F>(f: F) -> RunnerWithTryEval<(), impl FnOnce(&mut ()) -> R>where
F: FnOnce() -> R,Shorthand for with_state(()).try_eval(|_| …).