Function get_globals

Source
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.