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

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