Function std::panic::recover [] [src]

pub fn recover<F: FnOnce() -> R + UnwindSafe, R>(f: F) -> Result<R>
Deprecated since 1.9.0

: renamed to catch_unwind

Unstable (recover #27719)

: renamed to catch_unwind

Deprecated, renamed to catch_unwind