pub fn get_globals() -> &'static GlobalConfigExpand 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 GlobalConfigGet 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.