pub fn get_default<T, F>(f: F) -> T
where F: FnMut(&Report) -> T,
Expand description

Executes a closure with a reference to this thread’s current reporter.