Function is_verbose
Source pub fn is_verbose() -> bool
Expand description
Check if verbose mode is enabled globally
§Returns
true
if verbose mode is enabled, false
otherwise
§Panics
This function will panic if init_globals()
has not been called first.