catch_panic_response

Function catch_panic_response 

Source
pub fn catch_panic_response<F, T>(callback: F) -> *mut T
where T: Default + CodeAndMessage, F: FnOnce() -> *mut T,