pub fn get_globals() -> &'static GlobalConfig
Expand description
Get the global configuration instance
ยงPanics
This function will panic if init_globals()
has not been called first.
Make sure to call init_globals()
early in your application.
pub fn get_globals() -> &'static GlobalConfig
Get the global configuration instance
This function will panic if init_globals()
has not been called first.
Make sure to call init_globals()
early in your application.