[][src]Function bolero_engine::panic::catch

pub fn catch<F: RefUnwindSafe + FnOnce() -> Output, Output>(
    fun: F
) -> Result<Output, PanicError>