Function catch_with_trace

Source
pub fn catch_with_trace<F>(f: F)
where F: FnOnce() -> Result<()>,