pub fn with_global<T>(f: impl FnOnce(&Report) -> T) -> Option<T>
Executes a closure with a reference to the Reporter.
Reporter